X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Flive_effects%2Flpe-slant.h;h=43c7369459958444849adcb3527e3d6388b9e358;hb=00b090b634756cdf4b9c01dfffc76c2e2ed0ae0d;hp=c92a37f809e33f01ac51abe85625a56e3ae29344;hpb=f07bfd5a05d43a6d11f7cd442f085149092dea88;p=inkscape.git diff --git a/src/live_effects/lpe-slant.h b/src/live_effects/lpe-slant.h index c92a37f80..43c736945 100644 --- a/src/live_effects/lpe-slant.h +++ b/src/live_effects/lpe-slant.h @@ -22,10 +22,10 @@ namespace LivePathEffect { class LPESlant : public Effect { public: LPESlant(LivePathEffectObject *lpeobject); - ~LPESlant(); + virtual ~LPESlant(); + + virtual void doEffect(SPCurve * curve); - void doEffect(SPCurve * curve); - private: ScalarParam factor; PointParam center;