diff options
-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++(); |