diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-08-01 04:22:35 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-08-01 04:22:35 +0000 |
| commit | ea6e658976e86f99b4b793166b81a03750bfdef2 (patch) | |
| tree | a7c3183623854aa8f33f0394849beee62cc6bae9 /src/live_effects/parameter/path.cpp | |
| parent | fix error in creating nodepath from pathvector (diff) | |
| download | inkscape-ea6e658976e86f99b4b793166b81a03750bfdef2.tar.gz inkscape-ea6e658976e86f99b4b793166b81a03750bfdef2.zip | |
Warning cleanup
(bzr r6495)
Diffstat (limited to 'src/live_effects/parameter/path.cpp')
| -rw-r--r-- | src/live_effects/parameter/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index 2d659c2c7..e74729b35 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -218,7 +218,7 @@ PathParam::param_setup_nodepath(Inkscape::NodePath::Path *np) } void -PathParam::addCanvasIndicators(SPLPEItem *lpeitem, std::vector<Geom::PathVector> &hp_vec) +PathParam::addCanvasIndicators(SPLPEItem */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) { hp_vec.push_back(_pathvector); } |
