From 97642b4ccedbca62162c9321509717ed86f31d6b Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Wed, 15 Feb 2012 21:50:04 +0100 Subject: cppcheck (bzr r10987) --- src/sp-path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-path.cpp') diff --git a/src/sp-path.cpp b/src/sp-path.cpp index 4ddfc77ea..3ac4666e2 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -138,7 +138,7 @@ sp_path_description(SPItem * item) Glib::ustring s; PathEffectList effect_list = sp_lpe_item_get_effect_list(SP_LPE_ITEM(item)); - for (PathEffectList::iterator it = effect_list.begin(); it != effect_list.end(); it++) + for (PathEffectList::iterator it = effect_list.begin(); it != effect_list.end(); ++it) { LivePathEffectObject *lpeobj = (*it)->lpeobject; if (!lpeobj || !lpeobj->get_lpe()) -- cgit v1.2.3