summaryrefslogtreecommitdiffstats
path: root/src/PatchedClonkParser.hpp
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2019-05-23 13:51:10 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2019-05-23 13:54:21 +0200
commit579e8b1fabbf30ef24178f979b671bc221c0bee1 (patch)
tree3a24606a5319126428e3f002c06ea395cea44b13 /src/PatchedClonkParser.hpp
parent775c1d431d55e735be9516d84b583f4a956d8d7a (diff)
downloadmanager-579e8b1fabbf30ef24178f979b671bc221c0bee1.tar.gz
manager-579e8b1fabbf30ef24178f979b671bc221c0bee1.zip
Remove CUID
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);
};