summaryrefslogtreecommitdiff
path: root/sw/inc/ndindex.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-12-23 10:09:09 +0200
committerTor Lillqvist <tml@collabora.com>2014-12-23 10:09:09 +0200
commit96b4645497521ff0cac948cba409829565d213bc (patch)
tree07068005c39a4183296516430d149478ae87653a /sw/inc/ndindex.hxx
parentea644f0e90d0c9585e73bdec240908803a38d4a6 (diff)
WaE: overriding destructor declaration not explicitly marked 'virtual'
Change-Id: Ic0789fa212add6c2c0d46b55762de97146a8b94a
Diffstat (limited to 'sw/inc/ndindex.hxx')
-rw-r--r--sw/inc/ndindex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ndindex.hxx b/sw/inc/ndindex.hxx
index 2663fcb9e795..986b84ae1b5d 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++();