summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 89b7ae0)
raw | patch | inline | side by side (parent: 89b7ae0)
author | cilix42 <cilix42@users.sourceforge.net> | |
Sun, 18 May 2008 18:27:17 +0000 (18:27 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Sun, 18 May 2008 18:27:17 +0000 (18:27 +0000) |
src/live_effects/lpe-skeleton.h | patch | blob | history |
index 6522e9ca3c64b83d19398ddfc5522303e11d4028..5a7916e34310c0cdab3a74992642f1032f3dda40 100644 (file)
// 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: