diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index b32847487..94bde45aa 100644 --- a/include/modules.h +++ b/include/modules.h @@ -196,7 +196,7 @@ public: int GetPatch() const; }; -class NotImplementedException : public CoreException { }; +class CoreExport NotImplementedException : public CoreException { }; /** Every module in Anope is actually a class. */ |