diff options
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 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". |