summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-05-30 15:45:57 -0400
committerAdam <Adam@anope.org>2014-05-30 18:14:55 -0400
commitf20bac996da46556a821c1b0244a202e652fe247 (patch)
tree438bfc81c3094163bd37f552cac0f5acc335c58a /include/modes.h
parent93bfd4cbe1674c063dca17e7176364f30348eb7c (diff)
Fix Windows build and update library names to the newer ones.
Also fix crash on Windows when unloading a module because it threw an exception.
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;