Fix build on Windows

This commit is contained in:
Adam Honse committed 2020-05-09 15:48:16 -05:00
1 parent dbe29991f0
commit 6438c15dd3
1 file changed
+1 -1
+1 -1
View File
@@ -541,7 +541,7 @@ listen_done:
ClientInfoChanged();
}
void NetworkServer::ProcessRequest_ClientString(int client_sock, unsigned int data_size, char *data)
void NetworkServer::ProcessRequest_ClientString(SOCKET client_sock, unsigned int data_size, char * data)
{
for(unsigned int this_idx = 0; this_idx < ServerClients.size(); this_idx++)
{