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:
@@ -15,6 +15,7 @@ class SQLSQLInterface : public SQLInterface
|
||||
{
|
||||
public:
|
||||
SQLSQLInterface(Module *o) : SQLInterface(o) { }
|
||||
virtual ~SQLSQLInterface() { }
|
||||
|
||||
void OnResult(const SQLResult &r) anope_override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user