aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_ldap.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-04-04 23:42:15 +0100
committerGravatar Sadie Powell2021-04-04 23:42:15 +0100
commit7d84e4900fa8f4ef96e8cf4bb67b76be7902e840 (patch)
treef5a81d03f572392e7547d58f979fdd488de6ff0b /src/modules/extra/m_ldap.cpp
parentRemove the unused ExitCodes array. (diff)
downloadinspircd++-7d84e4900fa8f4ef96e8cf4bb67b76be7902e840.tar.gz
inspircd++-7d84e4900fa8f4ef96e8cf4bb67b76be7902e840.tar.bz2
inspircd++-7d84e4900fa8f4ef96e8cf4bb67b76be7902e840.zip
Fix a ton of pedantic compiler warnings.
Diffstat (limited to 'src/modules/extra/m_ldap.cpp')
-rw-r--r--src/modules/extra/m_ldap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/extra/m_ldap.cpp b/src/modules/extra/m_ldap.cpp
index 09c9a3f6e..bfb1397cb 100644
--- a/src/modules/extra/m_ldap.cpp
+++ b/src/modules/extra/m_ldap.cpp
@@ -294,7 +294,7 @@ class LDAPService : public LDAPProvider, public SocketThread
Connect();
}
- ~LDAPService()
+ ~LDAPService() override
{
this->LockQueue();
@@ -623,7 +623,7 @@ class ModuleLDAP : public Module
{
}
- ~ModuleLDAP()
+ ~ModuleLDAP() override
{
for (ServiceMap::iterator i = LDAPServices.begin(); i != LDAPServices.end(); ++i)
{