diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index 8723e623c..e26c0b4cf 100644 --- a/include/modules.h +++ b/include/modules.h @@ -199,6 +199,8 @@ public: class CoreExport NotImplementedException final : public CoreException { +public: + NotImplementedException() : CoreException("") { } }; /** Every module in Anope is actually a class. |