Changeset 71998 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 24, 2018 8:12:20 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImplMoveVM.h
r71997 r71998 102 102 m_pProgress(aProgress), 103 103 m_targetPath(aTargetPath), 104 m_type (aType ),104 m_type (aType.isEmpty() == true ? "basic" : aType), 105 105 result(S_OK) 106 106 {
Note:
See TracChangeset
for help on using the changeset viewer.