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; } }; // =====================================================