summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-05-19 21:30:12 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-05-19 21:30:12 +0000
commit33c7d13b5cc60d28a61bed73544fca19b2cb5ec0 (patch)
tree117545fc121c1b2dc0d2b8be713b7ba12baeedeb
parentCmake: Moved sp-* into own library to reduce link cmdline and add new files t... (diff)
downloadinkscape-33c7d13b5cc60d28a61bed73544fca19b2cb5ec0.tar.gz
inkscape-33c7d13b5cc60d28a61bed73544fca19b2cb5ec0.zip
second part of LPE skeleton correction from commit #18654 ;-)
(bzr r5714)
-rw-r--r--src/live_effects/lpe-skeleton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-skeleton.cpp b/src/live_effects/lpe-skeleton.cpp
index 04d61bd73..e5a37d6a7 100644
--- a/src/live_effects/lpe-skeleton.cpp
+++ b/src/live_effects/lpe-skeleton.cpp
@@ -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;