Root is now warnings clean

This commit is contained in:
Tycho Bickerstaff
2013-12-21 15:38:37 +00:00
parent 5034ae29b8
commit 9f41761e8e
8 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -580,10 +580,10 @@ bool cRoot::FindAndDoWithPlayer(const AString & a_PlayerName, cPlayerListCallbac
public:
cCallback (const AString & a_PlayerName, cPlayerListCallback & a_Callback) :
m_Callback(a_Callback),
m_BestRating(0),
m_NameLength(a_PlayerName.length()),
m_PlayerName(a_PlayerName),
m_Callback(a_Callback),
m_BestMatch(NULL),
m_NumMatches(0)
{}