Proper return type for internal socket

This commit is contained in:
Jack Andersen 2017-01-07 11:19:56 -10:00
parent 2b3faddac1
commit 71aa822ce2
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ public:
operator bool() const { return isOpen(); }
int GetInternalSocket() const { return m_socket; }
SocketTp GetInternalSocket() const { return m_socket; }
};
}