Changeset 75453 in vbox for trunk/src/VBox/Main/src-server/RecordingSettingsImpl.cpp
- Timestamp:
- Nov 14, 2018 2:46:01 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 126608
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/RecordingSettingsImpl.cpp
r75418 r75453 234 234 { 235 235 AutoWriteLock mlock(m->pMachine COMMA_LOCKVAL_SRC_POS); // mParent is const, needs no locking 236 m->pMachine->i_setModified(Machine::IsModified_Record );236 m->pMachine->i_setModified(Machine::IsModified_Recording); 237 237 238 238 /* We need to indicate here that we just took the machine lock, as Machine::i_saveSettings() will … … 610 610 611 611 AutoWriteLock mlock(m->pMachine COMMA_LOCKVAL_SRC_POS); 612 m->pMachine->i_setModified(Machine::IsModified_Record );612 m->pMachine->i_setModified(Machine::IsModified_Recording); 613 613 mlock.release(); 614 614
Note:
See TracChangeset
for help on using the changeset viewer.