diff options
Diffstat (limited to 'rsc/inc/rscconst.hxx')
-rw-r--r-- | rsc/inc/rscconst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rscconst.hxx b/rsc/inc/rscconst.hxx index ec3d3621b5f7..44b92b915547 100644 --- a/rsc/inc/rscconst.hxx +++ b/rsc/inc/rscconst.hxx @@ -36,7 +36,7 @@ protected: sal_uInt32 nEntries; // number of entries in field public: RscConst( Atom nId, sal_uInt32 nTypId ); - virtual ~RscConst(); + virtual ~RscConst() override; virtual RSCCLASS_TYPE GetClassType() const override; // sets the allowed values void SetConstant( Atom nVarName, sal_Int32 lValue ); |