diff options
author | Adam <Adam@anope.org> | 2010-08-22 00:34:02 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-08-22 00:34:02 -0400 |
commit | ada65a3bafd3ae6738a80972cf0d2f31ad19a7ae (patch) | |
tree | afde8d7594adc78beec8feb8090f4a990bd6a56b /include/opertype.h | |
parent | 8a4c6ae618f767d2a9335da40f507ddccfc77b4b (diff) |
Added a classbase for the major classes, makes dynamic_reference invalidation really work.
This also cleans up a bit of the code in the modestacker.
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 40607b39f..faf074bf8 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -10,7 +10,7 @@ #include "hashcomp.h" -class CoreExport OperType +class CoreExport OperType : public virtual Base { private: /** The name of this opertype, e.g. "sra". |