Code

Adding axis detection to new input dialog
[inkscape.git] / src / live_effects / lpe-slant.h
index ca4a404e57e7ac8ca830e59d29faae8bb3ba81ac..43c7369459958444849adcb3527e3d6388b9e358 100644 (file)
@@ -24,8 +24,8 @@ public:
     LPESlant(LivePathEffectObject *lpeobject);
     virtual ~LPESlant();
 
-    void doEffect(SPCurve * curve);
-    
+    virtual void doEffect(SPCurve * curve);
+
 private:
     ScalarParam factor;
     PointParam center;