VirtualBox

Changeset 62823 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 1, 2016 3:11:03 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109414
Message:

UsbWebcam cleanups, part 3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/UsbWebcamInterface.cpp

    r62822 r62823  
    4545{
    4646    EMWEBCAMREMOTE *pRemote;
    47     PPDMIWEBCAMUP  pIWebcamUp;
     47    PPDMIWEBCAMDEV  pIWebcamUp;
    4848    PDMIWEBCAMDOWN IWebcamDown;
    4949} EMWEBCAMDRV, *PEMWEBCAMDRV;
     
    394394
    395395    /* 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, PDMIWEBCAMUP);
     396    pThis->pIWebcamUp = PDMIBASE_QUERY_INTERFACE(pDrvIns->pUpBase, PDMIWEBCAMDEV);
    397397    if (pThis->pIWebcamUp == NULL)
    398398    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette