Changeset 78070 in vbox for trunk/src/VBox/Main/src-server/RecordingSettingsImpl.cpp
- Timestamp:
- Apr 10, 2019 9:57:16 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129926
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/RecordingSettingsImpl.cpp
r78069 r78070 43 43 { } 44 44 45 Machine * const pMachine;46 ComObjPtr<RecordingSettings> pPeer;47 RecordScreenSettingsMap mapScreenObj;45 Machine * const pMachine; 46 const ComObjPtr<RecordingSettings> pPeer; 47 RecordScreenSettingsMap mapScreenObj; 48 48 49 49 // use the XML settings structure in the members for simplicity … … 115 115 116 116 unconst(m->pMachine) = aParent; 117 m->pPeer= aThat;117 unconst(m->pPeer) = aThat; 118 118 119 119 AutoWriteLock thatlock(aThat COMMA_LOCKVAL_SRC_POS);
Note:
See TracChangeset
for help on using the changeset viewer.