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 fe210addac6fbb5a35497e66caf8bcfb2ee1b1f6..4c3a9938bd4385f52111a9f36f17838801f3d24d 100644 (file)
@@ -22,9 +22,9 @@ public:
     LPEGears(LivePathEffectObject *lpeobject);
     virtual ~LPEGears();
 
-    virtual std::vector<Geom::Path> doEffect_path (std::vector<Geom::Path> & path_in);
+    virtual std::vector<Geom::Path> doEffect_path (std::vector<Geom::Path> const & path_in);
 
-    virtual void setup_notepath(Inkscape::NodePath::Path *np);
+    virtual void setup_nodepath(Inkscape::NodePath::Path *np);
 
 private:
     ScalarParam teeth;