[Libreoffice-commits] core.git: sw/inc
Tor Lillqvist
tml at collabora.com
Tue Dec 23 00:12:07 PST 2014
sw/inc/ndindex.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 96b4645497521ff0cac948cba409829565d213bc
Author: Tor Lillqvist <tml at collabora.com>
Date: Tue Dec 23 10:09:09 2014 +0200
WaE: overriding destructor declaration not explicitly marked 'virtual'
Change-Id: Ic0789fa212add6c2c0d46b55762de97146a8b94a
diff --git a/sw/inc/ndindex.hxx b/sw/inc/ndindex.hxx
index 2663fcb..986b84a 100644
--- a/sw/inc/ndindex.hxx
+++ b/sw/inc/ndindex.hxx
@@ -79,7 +79,7 @@ public:
RegisterIndex( pNd->GetNodes() );
}
- ~SwNodeIndex()
+ virtual ~SwNodeIndex()
{ DeRegisterIndex( pNd->GetNodes() ); };
inline sal_uLong operator++();
More information about the Libreoffice-commits
mailing list