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 fa773250ee3d..cc76a3a79493 100644 --- a/rsc/inc/rscconst.hxx +++ b/rsc/inc/rscconst.hxx @@ -36,7 +36,7 @@ protected: sal_uInt32 nEntries; // Anzahle der Eintraege im Feld public: RscConst( Atom nId, sal_uInt32 nTypId ); - ~RscConst(); + virtual ~RscConst(); virtual RSCCLASS_TYPE GetClassType() const SAL_OVERRIDE; sal_uInt32 GetEntryCount() const { return nEntries; } // Die erlaubten Werte werden gesetzt |