diff options
| -rw-r--r-- | src/sp-gradient.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |
