diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-17 02:02:20 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-17 02:02:20 +0000 |
commit | 3fe5aa037ac907a2e557cc5019588344eaf8dc9f (patch) | |
tree | 3189c4f543c52c97f9e186606fe9aa838849013f /include/hashcomp.h | |
parent | 7af9e42d2150e17139342cb56c3617dc9b75859a (diff) |
Fix numerous errors in Win32 building under Visual Studio due to the many changes to trunk. Trunk now builds under Windows like it should.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2106 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/hashcomp.h')
-rw-r--r-- | include/hashcomp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/hashcomp.h b/include/hashcomp.h index 9f095c2bb..32c46f009 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -21,7 +21,7 @@ * the next token, until none remain, at which point the method returns * an empty string. */ -class sepstream +class CoreExport sepstream { private: /** Original string. @@ -61,7 +61,7 @@ class sepstream /** A derived form of sepstream, which seperates on commas */ -class commasepstream : public sepstream +class CoreExport commasepstream : public sepstream { public: /** Initialize with comma seperator @@ -71,7 +71,7 @@ class commasepstream : public sepstream /** A derived form of sepstream, which seperates on spaces */ -class spacesepstream : public sepstream +class CoreExport spacesepstream : public sepstream { public: /** Initialize with space seperator |