scope issue?

This commit is contained in:
Kai Philipp
2019-09-11 11:30:10 +02:00
parent 9d8d10d123
commit e17cb27a8b
+1 -1
View File
@@ -247,7 +247,7 @@ ServerDBThread::SetPlayerLastGames(unsigned requestId, DB_id playerId, std::vect
params.push_back(lastGamesFieldValue);
params.push_back(lastIp);
boost::shared_ptr<AsyncDBQuery> asyncQuery(
new AsyncDBPlayerLastGames(
new ::AsyncDBPlayerLastGames(
requestId,
QUERY_PLAYER_LASTGAMES_PREPARE,
params));