VirtualBox

Changeset 23236 in vbox for trunk


Ignore:
Timestamp:
Sep 22, 2009 6:54:10 PM (15 years ago)
Author:
vboxsync
Message:

medium-merge: fix osx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r23232 r23236  
    408408            ComObjPtr<Medium> hostDVDDriveObj;
    409409            hostDVDDriveObj.createObject();
    410             hostDVDDriveObj->init(Bstr(cur->szName));
     410            hostDVDDriveObj->init(mParent, DeviceType_DVD, Bstr(cur->szName));
    411411            list.push_back(hostDVDDriveObj);
    412412
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