From 055293d027bbd8d22f3b4baf8f5321b17b2db49b Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 6 Jan 2011 23:13:36 +0000 Subject: [PATCH] - bugfix for code compiled in VC++ --- source/shared_lib/include/platform/posix/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/include/platform/posix/socket.h b/source/shared_lib/include/platform/posix/socket.h index 83ecfc04c..f2de00eaa 100644 --- a/source/shared_lib/include/platform/posix/socket.h +++ b/source/shared_lib/include/platform/posix/socket.h @@ -244,7 +244,7 @@ public: void NETdiscoverUPnPDevices(); - static int setMaxPlayerCount(int value) { maxPlayerCount=value; } + static void setMaxPlayerCount(int value) { maxPlayerCount=value; } }; // =====================================================