paramsissue

This commit is contained in:
Kai Philipp
2019-09-11 11:36:50 +02:00
parent aa4a71fb10
commit 02b5fd9675
+1 -1
View File
@@ -39,7 +39,7 @@
class AsyncDBPlayerLastGames : public SingleAsyncDBQuery
{
public:
AsyncDBPlayerLastGames(unsigned queryId, unsigned replyId, const std::string &preparedName, const std::list<std::string> &params);
AsyncDBPlayerLastGames(unsigned queryId, const std::string &preparedName, const std::list<std::string> &params);
virtual ~AsyncDBPlayerLastGames();
virtual void Init(DBIdManager& idManager);