bugfix vector type def

This commit is contained in:
Kai Philipp
2019-09-11 04:41:11 +02:00
parent 1c1195fa43
commit 9b3fffc003
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ ServerDBThread::SetGamePlayerPlace(unsigned requestId, DB_id playerId, unsigned
}
void
ServerDBThread::SetPlayerLastGames(unsigned requestId, DB_id playerId, std::vector lastGames)
ServerDBThread::SetPlayerLastGames(unsigned requestId, DB_id playerId, std::vector<long> lastGames)
{
// The game id param is added later (during init of the async op), because it may be unknown.
string lastGamesFieldValue = "1,2,3";