Changeset 54493 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 25, 2015 1:40:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp
r54491 r54493 361 361 { 362 362 PDRVAUDIOVRDE pDrv = RT_FROM_MEMBER(pInterface, DRVAUDIOVRDE, IHostAudio); 363 AssertPtrReturn (pDrv, VERR_INVALID_POINTER);363 AssertPtrReturnVoid(pDrv); 364 364 365 365 if (pDrv->pConsoleVRDPServer)
Note:
See TracChangeset
for help on using the changeset viewer.