summaryrefslogtreecommitdiff
path: root/lib/server/SocketListen.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-01-03 08:56:13 +0000
committerChris Wilson <chris+github@qwirx.com>2009-01-03 08:56:13 +0000
commitf5257ef4a8f2b9e2edb944a497e37f78a22fea44 (patch)
tree37e44509756ab5a961897aa9de7b53d07bad1b21 /lib/server/SocketListen.h
parent3d7966138559f727a03a4b7c901508654125b7cf (diff)
Change use of int to identify a socket type to the proper enum.
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)
{