summaryrefslogtreecommitdiff
path: root/configmgr/source/node.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/node.hxx')
-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 a42b769f1b26..b745f668a92c 100644
--- a/configmgr/source/node.hxx
+++ b/configmgr/source/node.hxx
@@ -57,7 +57,7 @@ protected:
explicit Node(int layer);
explicit Node(const Node & other);
- virtual ~Node();
+ virtual ~Node() override;
int layer_;
int finalized_;