- Timestamp:
- Nov 26, 2013 2:50:10 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumEnumerator.cpp
r49659 r49661 449 449 { 450 450 /* Check passed snapshot: */ 451 AssertReturnVoid(!snapshot.isNull()); 451 if (snapshot.isNull()) 452 return; 452 453 453 454 /* Calculate actual usage for passed snapshot machine: */
Note:
See TracChangeset
for help on using the changeset viewer.