From 3b38de5b6e2b968de03940e11d92cb3571c886e5 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 9 Nov 2013 16:29:50 +0000 Subject: Fix PrefixMode not being exported which caused runtime link errors. --- include/mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3