summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-06-12 20:03:32 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-06-12 20:03:32 +0000
commit69ab6ba04d5eaca4fcae04beea86936177f6f3c5 (patch)
tree027303ca5af6bb392094d4f09aa3166fd8cc5193 /src
parentcppcheck (diff)
downloadinkscape-69ab6ba04d5eaca4fcae04beea86936177f6f3c5.tar.gz
inkscape-69ab6ba04d5eaca4fcae04beea86936177f6f3c5.zip
fix in previous commit
(bzr r11493)
Diffstat (limited to 'src')
-rw-r--r--src/sp-gradient.h3
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 */