summaryrefslogtreecommitdiff
path: root/svgio/inc/svgstylenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgstylenode.hxx')
-rw-r--r--svgio/inc/svgstylenode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgstylenode.hxx b/svgio/inc/svgstylenode.hxx
index a918e685c25d..f35f9b38119e 100644
--- a/svgio/inc/svgstylenode.hxx
+++ b/svgio/inc/svgstylenode.hxx
@@ -39,7 +39,7 @@ namespace svgio
SvgStyleNode(
SvgDocument& rDocument,
SvgNode* pParent);
- virtual ~SvgStyleNode();
+ virtual ~SvgStyleNode() override;
/// #i125258# tell if this node is allowed to have a parent style (e.g. defs do not)
virtual bool supportsParentStyle() const override;