Code

second part of LPE skeleton correction from commit #18654 ;-)
authorcilix42 <cilix42@users.sourceforge.net>
Mon, 19 May 2008 21:30:12 +0000 (21:30 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Mon, 19 May 2008 21:30:12 +0000 (21:30 +0000)
src/live_effects/lpe-skeleton.cpp

index 04d61bd7313cd221d15b8c542777595c727e1848..e5a37d6a74d3aad8fd125521277a753b90131ab3 100644 (file)
@@ -54,7 +54,7 @@ LPESkeleton::doEffect (SPCurve * curve)
 }
 
 std::vector<Geom::Path>
-LPESkeleton::doEffect_path (std::vector<Geom::Path> & path_in)
+LPESkeleton::doEffect_path (std::vector<Geom::Path> const & path_in)
 {
         std::vector<Geom::Path> path_out;