diff options
Diffstat (limited to 'source/cSocket.h')
-rw-r--r-- | source/cSocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cSocket.h b/source/cSocket.h index 0ed7b1a4e..62c2e74d1 100644 --- a/source/cSocket.h +++ b/source/cSocket.h @@ -28,7 +28,7 @@ public: bool IsValid(void) const; void CloseSocket(); - operator const xSocket() const; + operator xSocket() const; xSocket GetSocket() const; bool operator == (const cSocket & a_Other) {return m_Socket == a_Other.m_Socket; } |