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
@@ -92,7 +92,7 @@ SessionManager::GetSessionById(SessionId id) const
}
SessionWrapper
SessionManager::GetSessionByPlayerName(const string playerName) const
SessionManager::GetSessionByPlayerName(const string &playerName) const
{
SessionWrapper tmpSession;
boost::recursive_mutex::scoped_lock lock(m_sessionMapMutex);