diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-06 20:09:48 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-06 20:09:48 +0000 |
commit | 9124a3be5347317918d9fb95991bdb2dd3818c99 (patch) | |
tree | 59b726e2470328f56996a96b94fbc57e622c1edb /include/modes.h | |
parent | b462814760cb7c0830072275acc97291a9fb905b (diff) |
Fixed windows build and cleaned up a few small things
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2736 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 34e3ce463..a4692397e 100644 --- a/include/modes.h +++ b/include/modes.h @@ -66,7 +66,7 @@ enum ModeType /** This class is a user mode, all user modes use this/inherit from this */ -class UserMode +class CoreExport UserMode { public: |