Changeset 31164 in vbox
- Timestamp:
- Jul 28, 2010 9:01:20 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64144
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r31098 r31164 1579 1579 AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS); 1580 1580 1581 if (m->pParent )1581 if (m->pParent.isNull()) 1582 1582 *aAutoReset = FALSE; 1583 1583 else
Note:
See TracChangeset
for help on using the changeset viewer.