diff options
Diffstat (limited to 'quacker/dashboard.cpp')
-rw-r--r-- | quacker/dashboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quacker/dashboard.cpp b/quacker/dashboard.cpp index 2b361ce..d1ba089 100644 --- a/quacker/dashboard.cpp +++ b/quacker/dashboard.cpp @@ -81,7 +81,7 @@ Dashboard::~Dashboard() void Dashboard::historyChanged(const Quackle::History &history) { const Quackle::PlayerList players(history.currentPosition().endgameAdjustedScores()); - const int numberOfPlayers = players.size(); + const size_t numberOfPlayers = players.size(); const bool gameOver = history.currentPosition().gameOver(); while (m_briefs.size() > numberOfPlayers) |