VirtualBox

Ignore:
Timestamp:
May 8, 2015 8:01:46 PM (10 years ago)
Author:
vboxsync
Message:

Main: it++ => ++it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/PerformanceWin.cpp

    r51092 r55769  
    140140    mProcessStats.clear();
    141141
    142     for (it = processes.begin(); it != processes.end() && RT_SUCCESS(rc); it++)
     142    for (it = processes.begin(); it != processes.end() && RT_SUCCESS(rc); ++it)
    143143    {
    144144        RTPROCESS process = it->first;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette