diff options
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r-- | src/connectionhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h index 0f114765..589838b7 100644 --- a/src/connectionhandler.h +++ b/src/connectionhandler.h @@ -106,7 +106,7 @@ class ConnectionHandler private: std::map<unsigned int, MessageHandler*> handlers; - std::map<NetComputer*, TCPsocket> clients; + std::list<NetComputer*> clients; }; #endif |