diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-01-17 19:00:40 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-01-17 19:00:40 +0000 |
| commit | a70c7514a9dd5fc8d5eabe486141dfd259d2ed55 (patch) | |
| tree | 6fcee678cf4dcc66d999134d7d14282279924bd9 /src/live_effects/lpe-interpolate.h | |
| parent | const methods (diff) | |
| download | inkscape-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-interpolate.h')
| -rw-r--r-- | src/live_effects/lpe-interpolate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-interpolate.h b/src/live_effects/lpe-interpolate.h index 3091537f3..679001a81 100644 --- a/src/live_effects/lpe-interpolate.h +++ b/src/live_effects/lpe-interpolate.h @@ -29,7 +29,7 @@ public: virtual std::vector<Geom::Path> doEffect_path (std::vector<Geom::Path> const & path_in); - virtual void resetDefaults(SPItem * item); + virtual void resetDefaults(SPItem const* item); private: PathParam trajectory_path; ScalarParam number_of_steps; |
