diff options
Diffstat (limited to 'src/xml/node.h')
| -rw-r--r-- | src/xml/node.h | 2 |
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 |
