diff options
author | Naram Qashat <cyberbotx@cyberbotx.com> | 2012-09-24 15:54:49 -0400 |
---|---|---|
committer | Naram Qashat <cyberbotx@cyberbotx.com> | 2012-09-24 15:54:49 -0400 |
commit | 38ad523f91c5b89cebd01e6e0f61ea8859c02253 (patch) | |
tree | 14f518edc9ab9a54a9dc1c9a5f4b0bdc3b313a29 /modules/database/db_sql.cpp | |
parent | a71e2fb64ed87559221a175d4dfd822d683ebb3d (diff) |
Fix a few oddball warnings that came up from clang, and also make it so webcpanel.so can be compiled under Mac OS X.
Diffstat (limited to 'modules/database/db_sql.cpp')
-rw-r--r-- | modules/database/db_sql.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/database/db_sql.cpp b/modules/database/db_sql.cpp index b4b81375c..9d31d350b 100644 --- a/modules/database/db_sql.cpp +++ b/modules/database/db_sql.cpp @@ -15,6 +15,7 @@ class SQLSQLInterface : public SQLInterface { public: SQLSQLInterface(Module *o) : SQLInterface(o) { } + virtual ~SQLSQLInterface() { } void OnResult(const SQLResult &r) anope_override { |