Code

Add virtual to a lot of the destructors. Note: perhaps it will have to be reverted...
[inkscape.git] / src / live_effects / lpe-pathalongpath.h
index 8cc2251a11e3627c9234416c61515356e04158d1..59ae8b4d20874cf00dfc1044a19bec4ca4fd8c5f 100644 (file)
@@ -28,7 +28,7 @@ enum PAPCopyType {
 class LPEPathAlongPath : public Effect {\r
 public:\r
     LPEPathAlongPath(LivePathEffectObject *lpeobject);\r
-    ~LPEPathAlongPath();\r
+    virtual ~LPEPathAlongPath();\r
 \r
     Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect (Geom::Piecewise<Geom::D2<Geom::SBasis> > & pwd2_in);\r
 \r