summaryrefslogtreecommitdiffstats
path: root/src/xml/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/node.h')
-rw-r--r--src/xml/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/node.h b/src/xml/node.h
index 8d9fc19e4..85d9f6f12 100644
--- a/src/xml/node.h
+++ b/src/xml/node.h
@@ -78,7 +78,7 @@ enum NodeType {
class Node : public Inkscape::GC::Anchored {
public:
Node() {}
- virtual ~Node() {}
+ ~Node() override {}
/**
* @name Retrieve information about the node