diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-31 06:21:16 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-31 06:21:16 +0000 |
commit | 2404bb74c59c46c1252764ec9bf1dbc46a399471 (patch) | |
tree | 4a6a80e668aaf832971f8b0b67c1ca1e0f03e8bd /include/modes.h | |
parent | b1c34faf49a74d5fe9db4d2601f78eb2e6b93ee1 (diff) |
Fixed windows build
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2850 5417fbe8-f217-4b02-8779-1006273d7864
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 269213eb0..9eac4043b 100644 --- a/include/modes.h +++ b/include/modes.h @@ -75,7 +75,7 @@ enum ModeClass /** This class is the basis of all modes in Anope */ -class Mode +class CoreExport Mode { public: /* Class of mode this is */ |