summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index e703c888b..a66073881 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -109,8 +109,8 @@ public:
void writeParamsToSVG();
virtual void acceptParamPath (SPPath *param_path);
- static int acceptsNumParams(EffectType type);
- int acceptsNumParams() { return acceptsNumParams(effectType()); }
+ static int acceptsNumClicks(EffectType type);
+ int acceptsNumClicks() { return acceptsNumClicks(effectType()); }
void doAcceptPathPreparations(SPLPEItem *lpeitem);
/*