Code

The declaration of doEffect_path() in lpe-skeleton.h should match the one in live_eff...
authorcilix42 <cilix42@users.sourceforge.net>
Sun, 18 May 2008 18:27:17 +0000 (18:27 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Sun, 18 May 2008 18:27:17 +0000 (18:27 +0000)
src/live_effects/lpe-skeleton.h

index 6522e9ca3c64b83d19398ddfc5522303e11d4028..5a7916e34310c0cdab3a74992642f1032f3dda40 100644 (file)
@@ -28,7 +28,7 @@ public:
 
 //  Choose to implement one of the doEffect functions. You can delete or comment out the others.
 //    virtual void doEffect (SPCurve * curve);
-//    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 Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in);
 
 private: