diff options
author | Adam <Adam@anope.org> | 2014-05-30 15:45:57 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-05-30 18:14:55 -0400 |
commit | f20bac996da46556a821c1b0244a202e652fe247 (patch) | |
tree | 438bfc81c3094163bd37f552cac0f5acc335c58a /include/modes.h | |
parent | 93bfd4cbe1674c063dca17e7176364f30348eb7c (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.h | 2 |
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; |