diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-10-15 20:03:44 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-10-15 20:03:44 +0000 |
| commit | 47b55c0d9fccf3994f86fd764cefca3a2f734dbe (patch) | |
| tree | fae67e17d41b9848ab204db00cc37ecbd2b9098b /src/extension/execution-env.cpp | |
| parent | Use desktop coordinates for finding snap candidates (regression introduced in... (diff) | |
| download | inkscape-47b55c0d9fccf3994f86fd764cefca3a2f734dbe.tar.gz inkscape-47b55c0d9fccf3994f86fd764cefca3a2f734dbe.zip | |
cppcheck
(bzr r10678)
Diffstat (limited to 'src/extension/execution-env.cpp')
| -rw-r--r-- | src/extension/execution-env.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp index b05685902..646caa36a 100644 --- a/src/extension/execution-env.cpp +++ b/src/extension/execution-env.cpp @@ -193,7 +193,7 @@ ExecutionEnv::reselect (void) { Inkscape::Selection * selection = sp_desktop_selection(desktop); - for (std::list<Glib::ustring>::iterator i = _selected.begin(); i != _selected.end(); i++) { + for (std::list<Glib::ustring>::iterator i = _selected.begin(); i != _selected.end(); ++i) { SPObject * obj = doc->getObjectById(i->c_str()); if (obj != NULL) { selection->add(obj); |
