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

Fix a few oddball warnings that came up from clang, and also make it so webcpanel.so can be compiled under Mac OS X.

This commit is contained in:
Naram Qashat
2012-09-24 15:54:49 -04:00
parent a71e2fb64e
commit 38ad523f91
7 changed files with 9 additions and 6 deletions
+1
View File
@@ -15,6 +15,7 @@ class SQLSQLInterface : public SQLInterface
{
public:
SQLSQLInterface(Module *o) : SQLInterface(o) { }
virtual ~SQLSQLInterface() { }
void OnResult(const SQLResult &r) anope_override
{