From 69ab6ba04d5eaca4fcae04beea86936177f6f3c5 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Tue, 12 Jun 2012 22:03:32 +0200 Subject: fix in previous commit (bzr r11493) --- src/sp-gradient.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/sp-gradient.h b/src/sp-gradient.h index b55e95a41..61b459eee 100644 --- a/src/sp-gradient.h +++ b/src/sp-gradient.h @@ -121,6 +121,7 @@ public: units(), spread(), ref(NULL), + state(2), vector() {} @@ -128,7 +129,7 @@ public: SPGradientReference *ref; /** State in Inkscape gradient system */ - guint state : 2; + guint state; /** Linear and Radial Gradients */ -- cgit v1.2.3