CppCheck fixes.

This commit is contained in:
lotodore
2011-02-08 16:00:43 +00:00
parent 48f87f0dd8
commit 2dd18020a7
10 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ public:
bool RemoveSession(SessionId session);
SessionWrapper GetSessionById(SessionId id) const;
SessionWrapper GetSessionByPlayerName(const std::string playerName) const;
SessionWrapper GetSessionByPlayerName(const std::string &playerName) const;
SessionWrapper GetSessionByUniquePlayerId(unsigned uniqueId, bool initSessions = false) const;
PlayerDataList GetPlayerDataList() const;