diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-20 02:49:09 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-20 02:49:09 +0000 |
commit | 0f3110e2711e34bfbcfa03d8f0289e5ed17a3ff0 (patch) | |
tree | 223359545de44404f1238a12abdc5fbca95c532c /include/opertype.h | |
parent | 6ce5c90619491440fc68f011c372feaaaf9d66dc (diff) |
Fix build under Windows.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2458 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/opertype.h')
-rw-r--r-- | include/opertype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opertype.h b/include/opertype.h index d6a3c4306..a4c9ba4ee 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -9,7 +9,7 @@ * */ -class OperType +class CoreExport OperType { private: /** The name of this opertype, e.g. "sra". |