summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/dp_registry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/registry/dp_registry.cxx')
-rw-r--r--desktop/source/deployment/registry/dp_registry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/registry/dp_registry.cxx b/desktop/source/deployment/registry/dp_registry.cxx
index 02419477b926..d1b77a020af9 100644
--- a/desktop/source/deployment/registry/dp_registry.cxx
+++ b/desktop/source/deployment/registry/dp_registry.cxx
@@ -94,7 +94,7 @@ protected:
inline void check();
virtual void SAL_CALL disposing() override;
- virtual ~PackageRegistryImpl();
+ virtual ~PackageRegistryImpl() override;
PackageRegistryImpl() : t_helper( getMutex() ) {}