diff options
author | Peter Powell <petpow@saberuk.com> | 2013-11-09 16:29:50 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2013-11-09 16:29:50 +0000 |
commit | 3b38de5b6e2b968de03940e11d92cb3571c886e5 (patch) | |
tree | 3d959e611e31e4351c93a3a5a1b8d30a8fe5e721 /include | |
parent | 2eb472ec539925158b7d75cf413c60c5c7b93d8e (diff) |
Fix PrefixMode not being exported which caused runtime link errors.
Diffstat (limited to 'include')
-rw-r--r-- | include/mode.h | 2 |
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. |