diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-10-21 22:48:31 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-10-21 22:48:31 +0000 |
| commit | 24ee2f028c2d6977bb27cce086b5bec05f97b6e7 (patch) | |
| tree | 8030ac174d03e55bb1d693a710aa8ed50ad268f5 /src/sp-root.cpp | |
| parent | Update to trunk (diff) | |
| parent | remove confusing bitfield declaration. bitfield not even needed here. (diff) | |
| download | inkscape-24ee2f028c2d6977bb27cce086b5bec05f97b6e7.tar.gz inkscape-24ee2f028c2d6977bb27cce086b5bec05f97b6e7.zip | |
Update to trunk
(bzr r11950.1.188)
Diffstat (limited to 'src/sp-root.cpp')
| -rw-r--r-- | src/sp-root.cpp | 2 |
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(); |
