summaryrefslogtreecommitdiffstats
path: root/src/sp-root.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-26 12:33:17 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-26 12:33:17 +0000
commit7caf32d2b22680c603e4e88c76739c758630412c (patch)
treedaaf4e77d712bd802076980d7a077dc6562f3df7 /src/sp-root.cpp
parentRemoved BSpline from tell by su_v (diff)
parentFix memleak in reference counting introduced in r12532. (diff)
downloadinkscape-7caf32d2b22680c603e4e88c76739c758630412c.tar.gz
inkscape-7caf32d2b22680c603e4e88c76739c758630412c.zip
Update to trunk
(bzr r12588.1.24)
Diffstat (limited to 'src/sp-root.cpp')
-rw-r--r--src/sp-root.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-root.cpp b/src/sp-root.cpp
index c87c8397d..5466649a2 100644
--- a/src/sp-root.cpp
+++ b/src/sp-root.cpp
@@ -62,7 +62,7 @@ SPRoot::SPRoot() : SPGroup()
this->width.unset(SVGLength::PERCENT, 1.0, 1.0);
this->height.unset(SVGLength::PERCENT, 1.0, 1.0);
- this->viewBox_set = FALSE;
+ this->viewBox_set = false;
this->c2p.setIdentity();