summaryrefslogtreecommitdiff
path: root/vcl/source/edit/textundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/edit/textundo.hxx')
-rw-r--r--vcl/source/edit/textundo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/edit/textundo.hxx b/vcl/source/edit/textundo.hxx
index f5eacc78addf..ff24a0be872a 100644
--- a/vcl/source/edit/textundo.hxx
+++ b/vcl/source/edit/textundo.hxx
@@ -41,7 +41,7 @@ protected:
public:
TextUndoManager( TextEngine* pTextEngine );
- ~TextUndoManager();
+ virtual ~TextUndoManager();
using SfxUndoManager::Undo;
virtual bool Undo() SAL_OVERRIDE;