summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-test-doEffect-stack.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-05-20 05:48:41 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-05-20 05:48:41 +0000
commit93e878546eb67545b46c7417746fbfeafd0564e3 (patch)
tree5b4ff51f88d7e84f76da50e3fb951cc306fd46d5 /src/live_effects/lpe-test-doEffect-stack.cpp
parentCmake: Fix issue with generated sp-marshall.h/.cpp not linking (diff)
downloadinkscape-93e878546eb67545b46c7417746fbfeafd0564e3.tar.gz
inkscape-93e878546eb67545b46c7417746fbfeafd0564e3.zip
Const fix for test
(bzr r5716)
Diffstat (limited to 'src/live_effects/lpe-test-doEffect-stack.cpp')
-rw-r--r--src/live_effects/lpe-test-doEffect-stack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-test-doEffect-stack.cpp b/src/live_effects/lpe-test-doEffect-stack.cpp
index 3aa143632..f3fb346fe 100644
--- a/src/live_effects/lpe-test-doEffect-stack.cpp
+++ b/src/live_effects/lpe-test-doEffect-stack.cpp
@@ -46,7 +46,7 @@ LPEdoEffectStackTest::doEffect (SPCurve * curve)
}
NArtBpath *
-LPEdoEffectStackTest::doEffect_nartbpath (NArtBpath * path_in)
+LPEdoEffectStackTest::doEffect_nartbpath (NArtBpath const * path_in)
{
if (step >= 2) {
return Effect::doEffect_nartbpath(path_in);