summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-09-26 23:42:10 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-09-26 23:42:10 +0000
commitf3a885546d1bd971c5bd4a6bbdbaedb59557007d (patch)
tree48837a448e76d4d47e54ce4c4ee93a4a4a2bd030 /src
parentupdate to trunk (diff)
downloadinkscape-f3a885546d1bd971c5bd4a6bbdbaedb59557007d.tar.gz
inkscape-f3a885546d1bd971c5bd4a6bbdbaedb59557007d.zip
error bend lpe
(bzr r11950.1.153)
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;