- Timestamp:
- Sep 22, 2009 6:54:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r23232 r23236 408 408 ComObjPtr<Medium> hostDVDDriveObj; 409 409 hostDVDDriveObj.createObject(); 410 hostDVDDriveObj->init( Bstr(cur->szName));410 hostDVDDriveObj->init(mParent, DeviceType_DVD, Bstr(cur->szName)); 411 411 list.push_back(hostDVDDriveObj); 412 412
Note:
See TracChangeset
for help on using the changeset viewer.