File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49054905 }
49064906
49074907 // Destroy all status indicators.
4908- for (HashMap<IndicatorID, IndicatorData>::Iterator E = indicators.begin (); E;) {
4908+ for (HashMap<IndicatorID, IndicatorData>::Iterator E = indicators.begin (); E; ++E ) {
49094909 [[NSStatusBar systemStatusBar ] removeStatusItem: E->value.item];
49104910 }
49114911
Original file line number Diff line number Diff line change @@ -5539,7 +5539,7 @@ DisplayServerWindows::~DisplayServerWindows() {
55395539 cursors_cache.clear ();
55405540
55415541 // Destroy all status indicators.
5542- for (HashMap<IndicatorID, IndicatorData>::Iterator E = indicators.begin (); E;) {
5542+ for (HashMap<IndicatorID, IndicatorData>::Iterator E = indicators.begin (); E; ++E ) {
55435543 NOTIFYICONDATAW ndat;
55445544 ZeroMemory (&ndat, sizeof (NOTIFYICONDATAW));
55455545 ndat.cbSize = sizeof (NOTIFYICONDATAW);
You can’t perform that action at this time.
0 commit comments