VirtualBox

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


Ignore:
Timestamp:
Feb 25, 2015 1:40:46 PM (10 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

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

    r54491 r54493  
    361361{
    362362    PDRVAUDIOVRDE pDrv = RT_FROM_MEMBER(pInterface, DRVAUDIOVRDE, IHostAudio);
    363     AssertPtrReturn(pDrv, VERR_INVALID_POINTER);
     363    AssertPtrReturnVoid(pDrv);
    364364
    365365    if (pDrv->pConsoleVRDPServer)
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