summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svgrectnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svgio/source/svgreader/svgrectnode.cxx')
-rw-r--r--svgio/source/svgreader/svgrectnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svgio/source/svgreader/svgrectnode.cxx b/svgio/source/svgreader/svgrectnode.cxx
index fa3f1ddff90c..2edf2838fc20 100644
--- a/svgio/source/svgreader/svgrectnode.cxx
+++ b/svgio/source/svgreader/svgrectnode.cxx
@@ -42,7 +42,7 @@ namespace svgio
SvgRectNode::~SvgRectNode()
{
- if(mpaTransform) delete mpaTransform;
+ delete mpaTransform;
}
const SvgStyleAttributes* SvgRectNode::getSvgStyleAttributes() const