summaryrefslogtreecommitdiffstats
path: root/configmgr
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/nodemap.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/nodemap.hxx b/configmgr/source/nodemap.hxx
index 77c9dd050db4..1fcfed87f81e 100644
--- a/configmgr/source/nodemap.hxx
+++ b/configmgr/source/nodemap.hxx
@@ -32,8 +32,7 @@ class NodeMap
{
NodeMapImpl maImpl;
- NodeMap(const NodeMap &rMap) :
- maImpl(rMap.maImpl) { clearCache(); }
+ NodeMap(const NodeMap &rMap) = delete;
public:
typedef NodeMapImpl::iterator iterator;