Code

fix lpe-PathPAram when deleting the path that it links to
[inkscape.git] / src / live_effects / lpe-slant.h
index c92a37f809e33f01ac51abe85625a56e3ae29344..43c7369459958444849adcb3527e3d6388b9e358 100644 (file)
@@ -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;