Changeset 42381 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
- Timestamp:
- Jul 25, 2012 9:32:58 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r42261 r42381 413 413 414 414 /* get the mutable session machine */ 415 a->session->COMGETTER(Machine)(machine.asOutParam());415 CHECK_ERROR_RET(a->session, COMGETTER(Machine)(machine.asOutParam()), 1); 416 416 machine->COMGETTER(BIOSSettings)(biosSettings.asOutParam()); 417 417
Note:
See TracChangeset
for help on using the changeset viewer.