Fix build on Intel C/C++ Compiler for Linux.
This commit is contained in:
parent
d6e8a5f3ca
commit
fe1fa20c6c
7 changed files with 7980 additions and 7068 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue