summaryrefslogtreecommitdiff
path: root/include/opertype.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-11-04 00:36:53 -0400
committerAdam <Adam@anope.org>2010-11-04 00:36:53 -0400
commitcbd0f52eff232c1304658049ef9f2a64fc980a6c (patch)
treeade41601535941b0f106e30d1e1786abd1044eef /include/opertype.h
parent4fb485895204f051ad37fa9cb716e37497fc9652 (diff)
Made Base not virtual, prevents us from having to dynamic cast in the mode stacker on release builds
Diffstat (limited to 'include/opertype.h')
-rw-r--r--include/opertype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opertype.h b/include/opertype.h
index faf074bf8..40607b39f 100644
--- a/include/opertype.h
+++ b/include/opertype.h
@@ -10,7 +10,7 @@
#include "hashcomp.h"
-class CoreExport OperType : public virtual Base
+class CoreExport OperType
{
private:
/** The name of this opertype, e.g. "sra".