Changeset 27279 in vbox
- Timestamp:
- Mar 11, 2010 12:37:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r27256 r27279 2074 2074 if (fNeedsSaveSettings) 2075 2075 { 2076 AutoWriteLock vboxlock( m->pVirtualBox COMMA_LOCKVAL_SRC_POS);2076 AutoWriteLock vboxlock(pVirtualBox COMMA_LOCKVAL_SRC_POS); 2077 2077 pVirtualBox->saveSettings(); 2078 2078 }
Note:
See TracChangeset
for help on using the changeset viewer.