summaryrefslogtreecommitdiff
path: root/include/svl/undo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/undo.hxx')
-rw-r--r--include/svl/undo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 8da6edf2e977..5c3b29ed37ff 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -142,7 +142,7 @@ struct SVL_DLLPUBLIC SfxUndoArray
SfxUndoArray(size_t nMax=0):
nMaxUndoActions(nMax), nCurUndoAction(0),
pFatherUndoArray(0) {}
- ~SfxUndoArray();
+ virtual ~SfxUndoArray();
};
//=========================================================================