diff options
Diffstat (limited to 'svgio/inc/svgpathnode.hxx')
-rw-r--r-- | svgio/inc/svgpathnode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgpathnode.hxx b/svgio/inc/svgpathnode.hxx index daa5985cd9fa..52818c4e531b 100644 --- a/svgio/inc/svgpathnode.hxx +++ b/svgio/inc/svgpathnode.hxx @@ -44,7 +44,7 @@ namespace svgio SvgPathNode( SvgDocument& rDocument, SvgNode* pParent); - virtual ~SvgPathNode(); + virtual ~SvgPathNode() override; virtual const SvgStyleAttributes* getSvgStyleAttributes() const override; virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) override; |