summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-03 20:12:47 +0300
committerTor Lillqvist <tml@collabora.com>2014-10-03 20:12:47 +0300
commit6b7ae5d5bc8e75f2f318dd11ea09a115dd6552f8 (patch)
treef79868f4e1235dee13c3907b912111ed58889e25
parentf4825097a98c681cc187d88cfc1f8fd82362e1e0 (diff)
WaE: overriding destructor declaration not explicitly marked 'virtual'
Change-Id: Ifb4ca15c862fb7111ff2e86cc6208573f48710d3
-rw-r--r--sw/source/uibase/docvw/PostItMgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/PostItMgr.cxx b/sw/source/uibase/docvw/PostItMgr.cxx
index cbfc62c816bd..6b1d5c90f97a 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);