Changeset 95423 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Jun 29, 2022 11:13:40 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r94864 r95423 1188 1188 if (FAILED(rc)) return rc; 1189 1189 1190 unconst(mAudio Adapter).createObject();1191 rc = mAudio Adapter->initCopy(this, pMachine->mAudioAdapter);1190 unconst(mAudioSettings).createObject(); 1191 rc = mAudioSettings->initCopy(this, pMachine->mAudioSettings); 1192 1192 if (FAILED(rc)) return rc; 1193 1193 … … 1321 1321 mVRDEServer->init(this); 1322 1322 1323 unconst(mAudio Adapter).createObject();1324 mAudio Adapter->init(this);1323 unconst(mAudioSettings).createObject(); 1324 mAudioSettings->init(this); 1325 1325 1326 1326 unconst(mUSBDeviceFilters).createObject();
Note:
See TracChangeset
for help on using the changeset viewer.