sw/inc/ndindex.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 96b4645497521ff0cac948cba409829565d213bc
Author: Tor Lillqvist <t...@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++();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to