Core/Misc: Add a few consts to methods

This commit is contained in:
DDuarte
2015-07-22 23:24:56 +01:00
parent 978a57f7b4
commit 7d9843c380
32 changed files with 80 additions and 80 deletions

View File

@@ -32,7 +32,7 @@ class BasicStatementTask : public SQLOperation
~BasicStatementTask();
bool Execute() override;
QueryResultFuture GetFuture() { return m_result->get_future(); }
QueryResultFuture GetFuture() const { return m_result->get_future(); }
private:
const char* m_sql; //- Raw query to be executed