summaryrefslogtreecommitdiffstats
path: root/src/ClonkInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClonkInterface.cpp')
-rw-r--r--src/ClonkInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClonkInterface.cpp b/src/ClonkInterface.cpp
index 2642568..472d672 100644
--- a/src/ClonkInterface.cpp
+++ b/src/ClonkInterface.cpp
@@ -88,7 +88,7 @@ void ClonkParser::clientMessage(ClientInfo &client, const QString &message, Clon
void ClonkParser::clientConnected(const ClientInfo &client) { dispatch(clientConnected(client)) }
-void ClonkParser::clientRemoved(const ClientInfo &client, const QString& reason) { dispatch(clientRemoved(client, reason)) }
+void ClonkParser::clientRemoved(const ClientInfo client, const QString& reason) { dispatch(clientRemoved(client, reason)) }
void ClonkParser::clientStateChanged(const ClientInfo &client, bool activated) { dispatch(clientStateChanged(client, activated)) }