Changeset 49132 in vbox for trunk/src/VBox/Main/src-server/HostImpl.cpp
- Timestamp:
- Oct 16, 2013 12:09:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r48955 r49132 1760 1760 HostVideoInputDeviceList list; 1761 1761 1762 HRESULT hr = HostVideoInputDevice::queryHostDevices( &list);1762 HRESULT hr = HostVideoInputDevice::queryHostDevices(m->pParent, &list); 1763 1763 1764 1764 if (SUCCEEDED(hr))
Note:
See TracChangeset
for help on using the changeset viewer.