summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-04-26 14:33:26 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-04-26 14:35:35 +0200
commitfd325a0e3d54338f0601a9888baa27aceb835c9b (patch)
treed8350f391146d40060feef3092907593fc7fc6cb
parent39fd10b0f1523c38f84859b2a2c1648c8432ee0e (diff)
sw: fix loplugin:override warning
Change-Id: I3c8847400adbfb9a843b1a47ec86c28c54c41b95
-rw-r--r--sw/source/uibase/inc/navmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/navmgr.hxx b/sw/source/uibase/inc/navmgr.hxx
index dffe1cb32ca9..c0d22e932a5a 100644
--- a/sw/source/uibase/inc/navmgr.hxx
+++ b/sw/source/uibase/inc/navmgr.hxx
@@ -43,7 +43,7 @@ private:
public:
/* Constructor that initializes the shell to the current shell */
SwNavigationMgr( SwWrtShell & rShell );
- ~SwNavigationMgr();
+ ~SwNavigationMgr() override;
/* Can we go back in the history ? */
bool backEnabled() ;
/* Can we go forward in the history ? */