Changeset 75341 in vbox for trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
- Timestamp:
- Nov 9, 2018 8:37:28 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 126471
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r75278 r75341 1082 1082 if (FAILED(rc)) return rc; 1083 1083 1084 unconst(m CaptureSettings).createObject();1085 rc = m CaptureSettings->initCopy(this, pMachine->mCaptureSettings);1084 unconst(mRecordSettings).createObject(); 1085 rc = mRecordSettings->initCopy(this, pMachine->mRecordSettings); 1086 1086 if (FAILED(rc)) return rc; 1087 1087 … … 1208 1208 mBIOSSettings->init(this); 1209 1209 1210 unconst(m CaptureSettings).createObject();1211 m CaptureSettings->init(this);1210 unconst(mRecordSettings).createObject(); 1211 mRecordSettings->init(this); 1212 1212 1213 1213 unconst(mVRDEServer).createObject();
Note:
See TracChangeset
for help on using the changeset viewer.