summaryrefslogtreecommitdiff
path: root/server/lobby.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/lobby.h')
-rw-r--r--server/lobby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lobby.h b/server/lobby.h
index fa0e5fe..c445506 100644
--- a/server/lobby.h
+++ b/server/lobby.h
@@ -19,7 +19,7 @@ class Lobby {
void handle_connect(Connection::p connection);
//! Handle login.
- void handle_login(Client::p client);
+ void handle_login(Connection::p connection, Message::p msg);
//! Handle action.
void handle_action(Client::p client, int game_mode);