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/widget/selected-style.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/widget/selected-style.cpp')
| -rw-r--r-- | src/ui/widget/selected-style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp index 516da5761..51c3af4dd 100644 --- a/src/ui/widget/selected-style.cpp +++ b/src/ui/widget/selected-style.cpp @@ -1092,7 +1092,7 @@ void SelectedStyle::opacity_1(void) {_opacity_sb.set_value(100);} void SelectedStyle::on_opacity_menu (Gtk::Menu *menu) { Glib::ListHandle<Gtk::Widget *> children = menu->get_children(); - for (Glib::ListHandle<Gtk::Widget *>::iterator iter = children.begin(); iter != children.end(); iter++) { + for (Glib::ListHandle<Gtk::Widget *>::iterator iter = children.begin(); iter != children.end(); ++iter) { menu->remove(*(*iter)); } |
