diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-02-01 12:46:35 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-02-01 12:46:35 -0800 |
| commit | fe1fa20c6c8c83762caba1056bcceb207d531a22 (patch) | |
| tree | c23530e9491d508d23b54dd376f05d0aa66b1cf0 /node/Path.hpp | |
| parent | d6e8a5f3ca2ecc78c5c8542356099912cbffb552 (diff) | |
| download | infinitytier-fe1fa20c6c8c83762caba1056bcceb207d531a22.tar.gz infinitytier-fe1fa20c6c8c83762caba1056bcceb207d531a22.zip | |
Fix build on Intel C/C++ Compiler for Linux.
Diffstat (limited to 'node/Path.hpp')
| -rw-r--r-- | node/Path.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Path.hpp b/node/Path.hpp index 3d468ad9..e12328ff 100644 --- a/node/Path.hpp +++ b/node/Path.hpp @@ -158,7 +158,7 @@ public: /** * @return Local socket as specified by external code */ - inline const int64_t localSocket() const { return _localSocket; } + inline int64_t localSocket() const { return _localSocket; } /** * @return Physical address |
