summaryrefslogtreecommitdiff
path: root/configmgr/source/update.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/update.cxx')
-rw-r--r--configmgr/source/update.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/update.cxx b/configmgr/source/update.cxx
index 054bca7be646..43cc4dd40430 100644
--- a/configmgr/source/update.cxx
+++ b/configmgr/source/update.cxx
@@ -71,7 +71,7 @@ private:
Service(const Service&) = delete;
Service& operator=(const Service&) = delete;
- virtual ~Service() {}
+ virtual ~Service() override {}
virtual void SAL_CALL insertExtensionXcsFile(
sal_Bool shared, OUString const & fileUri)