1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 09:16:38 +02:00

Fix some minor issues discovered whilst working on 2.1.

This commit is contained in:
Sadie Powell
2022-01-03 19:33:21 +00:00
parent 2c18601d8f
commit ba2c82e2f5
5 changed files with 11 additions and 5 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; }