summaryrefslogtreecommitdiff
path: root/include/modules/ldap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules/ldap.h')
-rw-r--r--include/modules/ldap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/ldap.h b/include/modules/ldap.h
index b1589a18c..166e85fe9 100644
--- a/include/modules/ldap.h
+++ b/include/modules/ldap.h
@@ -8,7 +8,7 @@
#pragma once
-class CoreExport LDAPException : public ModuleException
+class DllExport LDAPException : public ModuleException
{
public:
LDAPException(const Anope::string &reason) : ModuleException(reason) { }