summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;