summaryrefslogtreecommitdiff
path: root/lib/server/SocketListen.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/server/SocketListen.h')
-rw-r--r--lib/server/SocketListen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/SocketListen.h b/lib/server/SocketListen.h
index 1cfce648..586adf22 100644
--- a/lib/server/SocketListen.h
+++ b/lib/server/SocketListen.h
@@ -125,7 +125,7 @@ public:
// Created: 2003/07/31
//
// ------------------------------------------------------------------
- void Listen(int Type, const char *Name, int Port = 0)
+ void Listen(Socket::Type Type, const char *Name, int Port = 0)
{
if(mSocketHandle != -1)
{