mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Add a few consts to methods
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user