Changeset 18482 in vbox for trunk/src/VBox
- Timestamp:
- Mar 29, 2009 1:28:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/SnapshotImpl.cpp
r17260 r18482 322 322 AutoWriteLock chLock (childrenLock ()); 323 323 324 ULONG count = children().size();324 ULONG count = (ULONG)children().size(); 325 325 326 326 for (SnapshotList::const_iterator it = children().begin();
Note:
See TracChangeset
for help on using the changeset viewer.