mirror of
https://github.com/anope/anope.git
synced 2026-06-26 08:36:39 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
@@ -149,7 +149,7 @@ namespace SQL
|
||||
|
||||
inline operator bool() const { return this->error.empty(); }
|
||||
|
||||
inline const unsigned int GetID() const { return this->id; }
|
||||
inline unsigned int GetID() const { return this->id; }
|
||||
inline const Query &GetQuery() const { return this->query; }
|
||||
inline const Anope::string &GetError() const { return this->error; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user