diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-10-18 05:54:57 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-10-18 05:54:57 +0000 |
| commit | 48acbc6ed82b18fb07aa5e7964f7702428bade73 (patch) | |
| tree | c54e5cb84bce1167d8f1baff59edb3b007dfd6f7 /src/ui/dialog/livepatheffect-editor.cpp | |
| parent | pdf import. modify calculation of GradientTransform (Bug 530895) (diff) | |
| download | inkscape-48acbc6ed82b18fb07aa5e7964f7702428bade73.tar.gz inkscape-48acbc6ed82b18fb07aa5e7964f7702428bade73.zip | |
cppcheck
(bzr r10681)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp index 2227a8c5a..3c5d3f1a2 100644 --- a/src/ui/dialog/livepatheffect-editor.cpp +++ b/src/ui/dialog/livepatheffect-editor.cpp @@ -299,7 +299,7 @@ LivePathEffectEditor::effect_list_reload(SPLPEItem *lpeitem) PathEffectList effectlist = sp_lpe_item_get_effect_list(lpeitem); PathEffectList::iterator it; - for( it = effectlist.begin() ; it!=effectlist.end(); it++ ) + for( it = effectlist.begin() ; it!=effectlist.end(); ++it) { if ( !(*it)->lpeobject ) { continue; |
