diff options
Diffstat (limited to 'svgio/source/svgreader/svglinenode.cxx')
-rw-r--r-- | svgio/source/svgreader/svglinenode.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svgio/source/svgreader/svglinenode.cxx b/svgio/source/svgreader/svglinenode.cxx index 11e2ea021953..bce24f675334 100644 --- a/svgio/source/svgreader/svglinenode.cxx +++ b/svgio/source/svgreader/svglinenode.cxx @@ -33,8 +33,7 @@ namespace svgio maX1(0), maY1(0), maX2(0), - maY2(0), - mpaTransform(nullptr) + maY2(0) { } |