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-offset.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-offset.h')
| -rw-r--r-- | src/live_effects/lpe-offset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-offset.h b/src/live_effects/lpe-offset.h index f57d41a14..9966fd45d 100644 --- a/src/live_effects/lpe-offset.h +++ b/src/live_effects/lpe-offset.h @@ -26,7 +26,7 @@ public: LPEOffset(LivePathEffectObject *lpeobject); virtual ~LPEOffset(); - virtual void doOnApply (SPLPEItem *lpeitem); + virtual void doOnApply (SPLPEItem const* lpeitem); virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in); |
