summaryrefslogtreecommitdiffstats
path: root/src/PatchedClonkParser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchedClonkParser.hpp')
-rw-r--r--src/PatchedClonkParser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchedClonkParser.hpp b/src/PatchedClonkParser.hpp
index dd4a661..1d5a34a 100644
--- a/src/PatchedClonkParser.hpp
+++ b/src/PatchedClonkParser.hpp
@@ -10,5 +10,5 @@ public:
void parseMessage(const QString& line);
protected:
- ClientInfo& getClientInfo(const QString& pcName, int CUID, const QString& user);
+ ClientInfo& getClientInfo(const QString& pcName, const QString& user);
};