- bugfix for code compiled in VC++

This commit is contained in:
Mark Vejvoda 2011-01-06 23:13:36 +00:00
parent 180611c3e8
commit 055293d027
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public:
void NETdiscoverUPnPDevices();
static int setMaxPlayerCount(int value) { maxPlayerCount=value; }
static void setMaxPlayerCount(int value) { maxPlayerCount=value; }
};
// =====================================================