summaryrefslogtreecommitdiff
path: root/svgio/inc/svgtextpathnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/inc/svgtextpathnode.hxx')
-rw-r--r--svgio/inc/svgtextpathnode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/inc/svgtextpathnode.hxx b/svgio/inc/svgtextpathnode.hxx
index 1981180f63b8..42fd09676332 100644
--- a/svgio/inc/svgtextpathnode.hxx
+++ b/svgio/inc/svgtextpathnode.hxx
@@ -48,7 +48,7 @@ namespace svgio
SvgTextPathNode(
SvgDocument& rDocument,
SvgNode* pParent);
- virtual ~SvgTextPathNode();
+ virtual ~SvgTextPathNode() override;
virtual const SvgStyleAttributes* getSvgStyleAttributes() const override;
virtual void parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent) override;