summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgtextpathnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgtextpathnode.cxx')
-rw-r--r--svgio/source/svgreader/svgtextpathnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgtextpathnode.cxx b/svgio/source/svgreader/svgtextpathnode.cxx
index faeb257bb672..408d0fbe76bf 100644
--- a/svgio/source/svgreader/svgtextpathnode.cxx
+++ b/svgio/source/svgreader/svgtextpathnode.cxx
@@ -64,7 +64,7 @@ namespace svgio
const double fBasegfxPathLength,
double fPosition,
const basegfx::B2DPoint& rTextStart);
- virtual ~pathTextBreakupHelper();
+ virtual ~pathTextBreakupHelper() override;
// read access to evtl. advanced position
double getPosition() const { return mfPosition; }