Changeset 68487 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 21, 2017 2:06:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r68485 r68487 456 456 { 457 457 ComPtr<IAudioAdapter> adapter; 458 CHECK_ERROR_BREAK(sessionMachine, GetAudioAdapter(adapter.asOutParam()));458 CHECK_ERROR_BREAK(sessionMachine, COMGETTER(AudioAdapter)(adapter.asOutParam())); 459 459 if (adapter) 460 460 { … … 486 486 { 487 487 ComPtr<IAudioAdapter> adapter; 488 CHECK_ERROR_BREAK(sessionMachine, GetAudioAdapter(adapter.asOutParam()));488 CHECK_ERROR_BREAK(sessionMachine, COMGETTER(AudioAdapter)(adapter.asOutParam())); 489 489 if (adapter) 490 490 {
Note:
See TracChangeset
for help on using the changeset viewer.