From 579e8b1fabbf30ef24178f979b671bc221c0bee1 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 23 May 2019 13:51:10 +0200 Subject: Remove CUID --- src/PatchedClonkParser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PatchedClonkParser.hpp') 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); }; -- cgit v1.2.3-54-g00ecf