diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-10-03 20:12:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-10-03 20:12:47 +0300 |
commit | 6b7ae5d5bc8e75f2f318dd11ea09a115dd6552f8 (patch) | |
tree | f79868f4e1235dee13c3907b912111ed58889e25 /sw | |
parent | f4825097a98c681cc187d88cfc1f8fd82362e1e0 (diff) |
WaE: overriding destructor declaration not explicitly marked 'virtual'
Change-Id: Ifb4ca15c862fb7111ff2e86cc6208573f48710d3
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/PostItMgr.cxx | 2 |
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); |