diff options
Diffstat (limited to 'include/snomasks.h')
-rw-r--r-- | include/snomasks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/snomasks.h b/include/snomasks.h index 676309541..db8be55f8 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -28,7 +28,7 @@ typedef std::map<char, std::string> SnoList; * Modules and the core can enable and disable snomask characters. If they do, * then sending snomasks using these characters becomes possible. */ -class SnomaskManager : public Extensible +class CoreExport SnomaskManager : public Extensible { private: /** Creator/owner |