1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 17:56:38 +02:00

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2022-01-04 00:39:07 +00:00
6 changed files with 397 additions and 458 deletions
+1 -1
View File
@@ -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; }