[Libreoffice-commits] core.git: include/svl
Tor Lillqvist
tml at collabora.com
Sun Dec 7 03:50:48 PST 2014
include/svl/undo.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 081f813a88aac06c58b5cef39f0c131dfce56c01
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Dec 7 13:18:54 2014 +0200
WaE: overriding destructor declaration not explicitly marked 'virtual'
Change-Id: Ie2f07ae8c7b6cdf4ee3f49847b6fbf79895780db
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 24fcbbc..41fe588 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -143,7 +143,7 @@ public:
SfxListUndoAction(
const OUString &rComment, const OUString& rRepeatComment, sal_uInt16 nId, SfxUndoArray *pFather );
- ~SfxListUndoAction();
+ virtual ~SfxListUndoAction();
virtual void Undo() SAL_OVERRIDE;
virtual void UndoWithContext( SfxUndoContext& i_context ) SAL_OVERRIDE;
More information about the Libreoffice-commits
mailing list