Code

The declaration of doEffect_path() in lpe-skeleton.h should match the one in live_eff...
[inkscape.git] / src / live_effects / lpe-gears.h
index c3cea92301554c40ae954c5807e0d1fe177156fd..4c3a9938bd4385f52111a9f36f17838801f3d24d 100644 (file)
@@ -20,9 +20,11 @@ namespace LivePathEffect {
 class LPEGears : public Effect {
 public:
     LPEGears(LivePathEffectObject *lpeobject);
-    ~LPEGears();
+    virtual ~LPEGears();
 
-    std::vector<Geom::Path> doEffect (std::vector<Geom::Path> & path_in);
+    virtual std::vector<Geom::Path> doEffect_path (std::vector<Geom::Path> const & path_in);
+
+    virtual void setup_nodepath(Inkscape::NodePath::Path *np);
 
 private:
     ScalarParam teeth;