Changeset 62823 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 1, 2016 3:11:03 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109414
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/UsbWebcamInterface.cpp
r62822 r62823 45 45 { 46 46 EMWEBCAMREMOTE *pRemote; 47 PPDMIWEBCAM UPpIWebcamUp;47 PPDMIWEBCAMDEV pIWebcamUp; 48 48 PDMIWEBCAMDOWN IWebcamDown; 49 49 } EMWEBCAMDRV, *PEMWEBCAMDRV; … … 394 394 395 395 /* Check early that there is a device. No need to init anything if there is no device. */ 396 pThis->pIWebcamUp = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMIWEBCAM UP);396 pThis->pIWebcamUp = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMIWEBCAMDEV); 397 397 if (pThis->pIWebcamUp == NULL) 398 398 {
Note:
See TracChangeset
for help on using the changeset viewer.