|
@@ -5539,7 +5539,7 @@ DisplayServerWindows::~DisplayServerWindows() {
|
|
cursors_cache.clear();
|
|
cursors_cache.clear();
|
|
|
|
|
|
// Destroy all status indicators.
|
|
// Destroy all status indicators.
|
|
- for (HashMap<IndicatorID, IndicatorData>::Iterator E = indicators.begin(); E;) {
|
|
|
|
|
|
+ for (HashMap<IndicatorID, IndicatorData>::Iterator E = indicators.begin(); E; ++E) {
|
|
NOTIFYICONDATAW ndat;
|
|
NOTIFYICONDATAW ndat;
|
|
ZeroMemory(&ndat, sizeof(NOTIFYICONDATAW));
|
|
ZeroMemory(&ndat, sizeof(NOTIFYICONDATAW));
|
|
ndat.cbSize = sizeof(NOTIFYICONDATAW);
|
|
ndat.cbSize = sizeof(NOTIFYICONDATAW);
|