diff options
Diffstat (limited to 'configmgr/source/rootaccess.hxx')
-rw-r--r-- | configmgr/source/rootaccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/rootaccess.hxx b/configmgr/source/rootaccess.hxx index 8ea6b2025e6d..b0efeeeab842 100644 --- a/configmgr/source/rootaccess.hxx +++ b/configmgr/source/rootaccess.hxx @@ -101,7 +101,7 @@ public: throw (css::uno::RuntimeException, std::exception) override; private: - virtual ~RootAccess(); + virtual ~RootAccess() override; virtual std::vector<OUString> getRelativePath() override; |