Fixed a bunch of compiler warnings (mingw compiler).

This commit is contained in:
lotodore
2007-09-04 23:37:32 +00:00
parent 232382e28f
commit 0900d3844b
9 changed files with 14 additions and 12 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ protected:
void SetGameData(const GameData &gameData);
const StartData &GetStartData() const;
void SetStartData(const StartData &startData);
int GetGuiPlayerId() const;
void SetGuiPlayerId(int guiPlayerId);
unsigned GetGuiPlayerId() const;
void SetGuiPlayerId(unsigned guiPlayerId);
boost::shared_ptr<Game> GetGame();