summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-curvestitch.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2013-01-17 19:00:40 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2013-01-17 19:00:40 +0000
commita70c7514a9dd5fc8d5eabe486141dfd259d2ed55 (patch)
tree6fcee678cf4dcc66d999134d7d14282279924bd9 /src/live_effects/lpe-curvestitch.cpp
parentconst methods (diff)
downloadinkscape-a70c7514a9dd5fc8d5eabe486141dfd259d2ed55.tar.gz
inkscape-a70c7514a9dd5fc8d5eabe486141dfd259d2ed55.zip
more const happiness (and removal of duplicate code in sp-object.h)
(bzr r12038)
Diffstat (limited to 'src/live_effects/lpe-curvestitch.cpp')
-rw-r--r--src/live_effects/lpe-curvestitch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-curvestitch.cpp b/src/live_effects/lpe-curvestitch.cpp
index edf8ab55e..af928fff8 100644
--- a/src/live_effects/lpe-curvestitch.cpp
+++ b/src/live_effects/lpe-curvestitch.cpp
@@ -151,7 +151,7 @@ LPECurveStitch::doEffect_path (std::vector<Geom::Path> const & path_in)
}
void
-LPECurveStitch::resetDefaults(SPItem * item)
+LPECurveStitch::resetDefaults(SPItem const* item)
{
Effect::resetDefaults(item);