From 38ad523f91c5b89cebd01e6e0f61ea8859c02253 Mon Sep 17 00:00:00 2001 From: Naram Qashat Date: Mon, 24 Sep 2012 15:54:49 -0400 Subject: Fix a few oddball warnings that came up from clang, and also make it so webcpanel.so can be compiled under Mac OS X. --- modules/database/db_sql.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/database/db_sql.cpp') 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 { -- cgit