Changeset 81964 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Nov 18, 2019 8:42:02 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 134761
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r81492 r81964 1151 1151 unconst(mRecordingSettings).createObject(); 1152 1152 rc = mRecordingSettings->initCopy(this, pMachine->mRecordingSettings); 1153 if (FAILED(rc)) return rc; 1154 1155 unconst(mGraphicsAdapter).createObject(); 1156 rc = mGraphicsAdapter->initCopy(this, pMachine->mGraphicsAdapter); 1153 1157 if (FAILED(rc)) return rc; 1154 1158 … … 1277 1281 unconst(mRecordingSettings).createObject(); 1278 1282 mRecordingSettings->init(this); 1283 1284 unconst(mGraphicsAdapter).createObject(); 1285 mGraphicsAdapter->init(this); 1279 1286 1280 1287 unconst(mVRDEServer).createObject();
Note:
See TracChangeset
for help on using the changeset viewer.