[Libreoffice-commits] core.git: sw/source

Tor Lillqvist tml at collabora.com
Fri Oct 3 10:14:40 PDT 2014


 sw/source/uibase/docvw/PostItMgr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b7ae5d5bc8e75f2f318dd11ea09a115dd6552f8
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Oct 3 20:12:47 2014 +0300

    WaE: overriding destructor declaration not explicitly marked 'virtual'
    
    Change-Id: Ifb4ca15c862fb7111ff2e86cc6208573f48710d3

diff --git a/sw/source/uibase/docvw/PostItMgr.cxx b/sw/source/uibase/docvw/PostItMgr.cxx
index cbfc62c..6b1d5c9 100644
--- a/sw/source/uibase/docvw/PostItMgr.cxx
+++ b/sw/source/uibase/docvw/PostItMgr.cxx
@@ -1299,7 +1299,7 @@ public:
             EndListening(const_cast<SwFmtFld&>(*pFld));
         }
     }
-    ~FieldDocWatchingStack()
+    virtual ~FieldDocWatchingStack()
     {
         EndListeningToAllFields();
         EndListening(m_rDocShell);


More information about the Libreoffice-commits mailing list