summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h
index d1dc4624e..9c5916c0f 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -205,7 +205,7 @@ class CoreExport ChannelModeStatus : public ChannelMode
* but we still have a representation for it.
*/
template<typename T>
-class ChannelModeVirtual : public T
+class CoreExport ChannelModeVirtual : public T
{
Anope::string base;
ChannelMode *basech;