diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-12-23 10:09:09 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-12-23 10:09:09 +0200 |
commit | 96b4645497521ff0cac948cba409829565d213bc (patch) | |
tree | 07068005c39a4183296516430d149478ae87653a /sw | |
parent | ea644f0e90d0c9585e73bdec240908803a38d4a6 (diff) |
WaE: overriding destructor declaration not explicitly marked 'virtual'
Change-Id: Ic0789fa212add6c2c0d46b55762de97146a8b94a
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/ndindex.hxx | 2 |
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++(); |