summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-09-26 23:39:44 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-09-26 23:39:44 +0000
commit9737c8d04d0ad85bf6a61d36edf7d717419b30f2 (patch)
tree4271fe5fc47d5e4bf8dad22d340fed648cf2737c /src
parentupdate to trunk (diff)
downloadinkscape-9737c8d04d0ad85bf6a61d36edf7d717419b30f2.tar.gz
inkscape-9737c8d04d0ad85bf6a61d36edf7d717419b30f2.zip
update to trunk
(bzr r11950.1.152)
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-bendpath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-bendpath.h b/src/live_effects/lpe-bendpath.h
index 16b8c6137..d3564bac4 100644
--- a/src/live_effects/lpe-bendpath.h
+++ b/src/live_effects/lpe-bendpath.h
@@ -39,9 +39,9 @@ public:
virtual void resetDefaults(SPItem const* item);
+ PathParam bend_path;
private:
- PathParam bend_path;
ScalarParam prop_scale;
BoolParam scale_y_rel;
BoolParam vertical_pattern;