From 0e4d9c434c10d21a3134a674c742acf251a684d8 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 22 Oct 2013 00:06:59 +0200 Subject: remove confusing bitfield declaration. bitfield not even needed here. (bzr r12708) --- src/sp-root.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-root.cpp') 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(); -- cgit v1.2.3