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-perp_bisector.cpp | |
| 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-perp_bisector.cpp')
| -rw-r--r-- | src/live_effects/lpe-perp_bisector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-perp_bisector.cpp b/src/live_effects/lpe-perp_bisector.cpp index c528ef692..95e56f1ce 100644 --- a/src/live_effects/lpe-perp_bisector.cpp +++ b/src/live_effects/lpe-perp_bisector.cpp @@ -111,7 +111,7 @@ LPEPerpBisector::~LPEPerpBisector() } void -LPEPerpBisector::doOnApply (SPLPEItem */*lpeitem*/) +LPEPerpBisector::doOnApply (SPLPEItem const*/*lpeitem*/) { /* make the path a straight line */ /** |
