Changeset 12914 in vbox for trunk/src/VBox/Main
- Timestamp:
- Oct 2, 2008 9:44:41 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r12400 r12914 2800 2800 * new one. */ 2801 2801 for (it = mHWData->mGuestProperties.begin(); 2802 it->mName != aName; ++it); 2802 it->mName != aName; ++it) 2803 ; 2803 2804 mHWData->mGuestProperties.erase(it); 2804 2805 found = true;
Note:
See TracChangeset
for help on using the changeset viewer.