diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-slant.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/live_effects/lpe-slant.h b/src/live_effects/lpe-slant.h index ca4a404e5..bdfe55383 100644 --- a/src/live_effects/lpe-slant.h +++ b/src/live_effects/lpe-slant.h @@ -24,8 +24,9 @@ public: LPESlant(LivePathEffectObject *lpeobject); virtual ~LPESlant(); - void doEffect(SPCurve * curve); - + using Effect::doEffect; + virtual void doEffect(SPCurve * curve); + private: ScalarParam factor; PointParam center; |
