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