Changeset 13602 in vbox
- Timestamp:
- Oct 27, 2008 8:42:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r13601 r13602 2587 2587 it != aVector.end(); ++ it) 2588 2588 { 2589 VBoxMedium medium (CMedium (*it), VBoxDefs::MediaType_HardDisk, 2589 CMedium cmedium (*it); 2590 VBoxMedium medium (cmedium, VBoxDefs::MediaType_HardDisk, 2590 2591 aParent); 2591 2592
Note:
See TracChangeset
for help on using the changeset viewer.