summaryrefslogtreecommitdiffstats
path: root/source/cSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cSocket.cpp')
-rw-r--r--source/cSocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cSocket.cpp b/source/cSocket.cpp
index 09cdfac1d..57ecfcbdc 100644
--- a/source/cSocket.cpp
+++ b/source/cSocket.cpp
@@ -34,7 +34,7 @@ cSocket::~cSocket()
-cSocket::operator const cSocket::xSocket() const
+cSocket::operator cSocket::xSocket() const
{
return m_Socket;
}