Changeset 70039 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 8, 2017 5:23:10 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119576
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r70036 r70039 2683 2683 if (fAttachDetach) 2684 2684 vrc2 = PDMR3DriverDetach(ptrVM.rawUVM(), strAudioDev.c_str(), uInstance, uLUN, "AUDIO", 2685 0 /* iOccur ance */, 0 /* fFlags */);2685 0 /* iOccurrence */, 0 /* fFlags */); 2686 2686 2687 2687 if (RT_SUCCESS(vrc2))
Note:
See TracChangeset
for help on using the changeset viewer.