summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/effect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index c509db387..d7f9ab2e7 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -136,7 +136,8 @@ public:
bool upd_params;
BoolParam is_visible;
SPCurve * sp_curve;
-
+ std::vector<Parameter *> getParamVector() { return param_vector; }
+
Geom::PathVector pathvector_before_effect;
protected:
Effect(LivePathEffectObject *lpeobject);