summaryrefslogtreecommitdiff
path: root/include/regexpr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/regexpr.h')
-rw-r--r--include/regexpr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/regexpr.h b/include/regexpr.h
index 2b653ab43..fdb0cce50 100644
--- a/include/regexpr.h
+++ b/include/regexpr.h
@@ -15,7 +15,7 @@
#include "anope.h"
#include "service.h"
-class RegexException : public CoreException
+class CoreExport RegexException : public CoreException
{
public:
RegexException(const Anope::string &reason = "") : CoreException(reason) { }