summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h
index 68f792f3a..9a5091e76 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -314,7 +314,7 @@ class CoreExport ModeHandler : public ServiceProvider
* for example changing the topic on a channel having +t set requires a rank that is >= than the rank of a halfop,
* but there is no such restriction when +t isn't set.
*/
-class PrefixMode : public ModeHandler
+class CoreExport PrefixMode : public ModeHandler
{
protected:
/** The prefix character granted by this mode. '@' for op, '+' for voice, etc.