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