X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flive_effects%2Flpe-slant.h;h=43c7369459958444849adcb3527e3d6388b9e358;hb=3095d406b8f21b2d15939d51c34ec4b0f3c2e558;hp=ca4a404e57e7ac8ca830e59d29faae8bb3ba81ac;hpb=62d835b4bbb0f1f046e30d9b67f8e9517cc6175c;p=inkscape.git diff --git a/src/live_effects/lpe-slant.h b/src/live_effects/lpe-slant.h index ca4a404e5..43c736945 100644 --- a/src/live_effects/lpe-slant.h +++ b/src/live_effects/lpe-slant.h @@ -24,8 +24,8 @@ public: LPESlant(LivePathEffectObject *lpeobject); virtual ~LPESlant(); - void doEffect(SPCurve * curve); - + virtual void doEffect(SPCurve * curve); + private: ScalarParam factor; PointParam center;