summaryrefslogtreecommitdiff
path: root/configmgr/source/inc/valueref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/inc/valueref.hxx')
-rw-r--r--configmgr/source/inc/valueref.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/inc/valueref.hxx b/configmgr/source/inc/valueref.hxx
index a9c06782d9..3973586896 100644
--- a/configmgr/source/inc/valueref.hxx
+++ b/configmgr/source/inc/valueref.hxx
@@ -102,7 +102,7 @@ namespace configmgr
// checking
bool isValidNode() const;
// hashing
- size_t hashCode() const;
+ size_t hashCode() const { return m_aParentID.hashCode() + 5*m_sNodeName.hashCode(); }
// containing node this
NodeID getParentID() const { return m_aParentID; }
// containing node this