summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-16 12:19:49 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-16 12:19:49 +0000
commit6c7e1a4c27e6ce0d7b59c1512ea612e584b16fc0 (patch)
treea899b6d763d1bdc33a75589a2d298a9292ab5afb /src
parentfixing last applied bend (diff)
downloadinkscape-6c7e1a4c27e6ce0d7b59c1512ea612e584b16fc0.tar.gz
inkscape-6c7e1a4c27e6ce0d7b59c1512ea612e584b16fc0.zip
Make private bend parameter like original
(bzr r12588.1.21)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-bendpath.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/live_effects/lpe-bendpath.h b/src/live_effects/lpe-bendpath.h
index d3564bac4..38b1a1446 100644
--- a/src/live_effects/lpe-bendpath.h
+++ b/src/live_effects/lpe-bendpath.h
@@ -39,9 +39,8 @@ public:
virtual void resetDefaults(SPItem const* item);
- PathParam bend_path;
-
private:
+ PathParam bend_path;
ScalarParam prop_scale;
BoolParam scale_y_rel;
BoolParam vertical_pattern;