mirror of https://github.com/libAthena/athena.git
Proper return type for internal socket
This commit is contained in:
parent
2b3faddac1
commit
71aa822ce2
|
@ -367,7 +367,7 @@ public:
|
||||||
|
|
||||||
operator bool() const { return isOpen(); }
|
operator bool() const { return isOpen(); }
|
||||||
|
|
||||||
int GetInternalSocket() const { return m_socket; }
|
SocketTp GetInternalSocket() const { return m_socket; }
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue