summaryrefslogtreecommitdiff
path: root/configmgr/source/localizedpropertynode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/localizedpropertynode.cxx')
-rw-r--r--configmgr/source/localizedpropertynode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/localizedpropertynode.cxx b/configmgr/source/localizedpropertynode.cxx
index ed861d14ce3f..3b55dcfada34 100644
--- a/configmgr/source/localizedpropertynode.cxx
+++ b/configmgr/source/localizedpropertynode.cxx
@@ -50,7 +50,7 @@ LocalizedPropertyNode::LocalizedPropertyNode(
LocalizedPropertyNode const & other):
Node(other), staticType_(other.staticType_), nillable_(other.nillable_)
{
- cloneNodeMap(other.members_, &members_);
+ other.members_.cloneInto(&members_);
}
LocalizedPropertyNode::~LocalizedPropertyNode() {}