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