Changeset 16668 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Feb 11, 2009 2:12:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp
r16662 r16668 428 428 CHECK_ERROR_BREAK(aVirtualSystemDescriptions[i], 429 429 SetFinalValues(ComSafeArrayAsInParam(aEnabled), 430 ComSafeArrayAsInParam(aFinalValues))); 430 ComSafeArrayAsInParam(aFinalValues), 431 ComSafeArrayAsInParam(aExtraConfigValues))); 431 432 432 433 } // for (unsigned i = 0; i < cVirtualSystemDescriptions; ++i)
Note:
See TracChangeset
for help on using the changeset viewer.