summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-09-25 00:14:24 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-09-25 00:14:24 +0000
commit522cc95fa0ffa9483134df80e4b85e9c273c967e (patch)
treeabee9d0978d15898b98afcb2e6e65fb9549c1489 /src/live_effects
parentFix my email address through codebase (diff)
downloadinkscape-522cc95fa0ffa9483134df80e4b85e9c273c967e.tar.gz
inkscape-522cc95fa0ffa9483134df80e4b85e9c273c967e.zip
First attemp for
(bzr r12588.1.1)
Diffstat (limited to 'src/live_effects')
-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;