Changeset 95432 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 29, 2022 2:30:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/AudioSettingsImpl.cpp
r95423 r95432 159 159 HRESULT hr = unconst(m->pAdapter).createObject(); 160 160 ComAssertComRCRet(hr, hr); 161 hr = m->pAdapter->init(this); 162 ComAssertComRCRet(hr, hr); 161 163 m->pAdapter->i_copyFrom(aThat->m->pAdapter); 162 164
Note:
See TracChangeset
for help on using the changeset viewer.