Changeset 59123 in vbox for trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp
- Timestamp:
- Dec 14, 2015 2:52:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/USBProxyBackendDarwin.cpp
r59120 r59123 131 131 return VERR_GENERAL_FAILURE; 132 132 133 int rc = DarwinReEnumerateUSBDevice(aDevice-> mUsb);133 int rc = DarwinReEnumerateUSBDevice(aDevice->i_getUsbData()); 134 134 if (RT_SUCCESS(rc)) 135 135 aDevice->i_setBackendUserData(pvId); … … 185 185 return VERR_GENERAL_FAILURE; 186 186 187 int rc = DarwinReEnumerateUSBDevice(aDevice-> mUsb);187 int rc = DarwinReEnumerateUSBDevice(aDevice->i_getUsbData()); 188 188 if (RT_SUCCESS(rc)) 189 189 aDevice->i_setBackendUserData(pvId);
Note:
See TracChangeset
for help on using the changeset viewer.