summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/node.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/node.hxx b/configmgr/source/node.hxx
index 0a90463466ef..a42b769f1b26 100644
--- a/configmgr/source/node.hxx
+++ b/configmgr/source/node.hxx
@@ -55,7 +55,7 @@ public:
protected:
explicit Node(int layer);
- Node(const Node & other);
+ explicit Node(const Node & other);
virtual ~Node();