Skip to content

Commit

Permalink
Final build fix for gcc 4.7 (no longer supported in 8 days)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2345e84)
  • Loading branch information
Shauren committed Feb 21, 2016
1 parent 716c952 commit 3829a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/shared/Networking/NetworkThread.h
Expand Up @@ -147,9 +147,9 @@ class NetworkThread
if (sock->IsOpen())
sock->CloseSocket();

SocketRemoved(sock);
this->SocketRemoved(sock);

--_connections;
--this->_connections;
return true;
}

Expand Down

0 comments on commit 3829a73

Please sign in to comment.