bugfix array declaration

This commit is contained in:
Kai Philipp
2019-09-09 19:59:59 +02:00
parent 835a0f6df8
commit 16cff5612e
+1 -1
View File
@@ -163,7 +163,7 @@ private:
std::string m_password;
boost::shared_ptr<PlayerData> m_playerData;
std::array<long, 25> m_lastGames;
array<long, 25> m_lastGames;
mutable boost::mutex m_dataMutex;
};