summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNaram Qashat <cyberbotx@cyberbotx.com>2011-10-27 18:20:34 -0400
committerNaram Qashat <cyberbotx@cyberbotx.com>2011-10-27 18:21:49 -0400
commit655c1cc1f73ee8ffa63548a8802405b84aef1c4e (patch)
tree1b646e0ab1bc55bacdf23aa3f0491c5276f810f6 /modules
parentd9333e02fa455303b7236b6f002625f2cad4ed19 (diff)
Fix a few warnings that only showed up with gcc 3.4.6 here (sadly, there is one on every file about anonymous variadic macros that I can't get rid of).
Diffstat (limited to 'modules')
-rw-r--r--modules/extra/ldap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/extra/ldap.h b/modules/extra/ldap.h
index e4be8a1a3..96b6eb5e4 100644
--- a/modules/extra/ldap.h
+++ b/modules/extra/ldap.h
@@ -105,6 +105,7 @@ class LDAPInterface
Module *owner;
LDAPInterface(Module *m) : owner(m) { }
+ virtual ~LDAPInterface() { }
virtual void OnResult(const LDAPResult &r) { }