summaryrefslogtreecommitdiff
path: root/configmgr/source/localizedvaluenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/localizedvaluenode.hxx')
-rw-r--r--configmgr/source/localizedvaluenode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/localizedvaluenode.hxx b/configmgr/source/localizedvaluenode.hxx
index 441d32bbb6ca..7a23ac1c0928 100644
--- a/configmgr/source/localizedvaluenode.hxx
+++ b/configmgr/source/localizedvaluenode.hxx
@@ -49,7 +49,7 @@ public:
void setValue(int layer, css::uno::Any const & value);
private:
- LocalizedValueNode(LocalizedValueNode const & other);
+ LocalizedValueNode(LocalizedValueNode const&) = default;
virtual ~LocalizedValueNode() override;