Changeset 60283 in vbox
- Timestamp:
- Apr 1, 2016 9:07:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r60107 r60283 1781 1781 xml::ElementNode *pelmCfg = pelmThis->createChild("Config"); 1782 1782 pelmCfg->setAttribute("vm-name", itVmSlot->first.VmName); 1783 pelmCfg->setAttribute("slot", itVmSlot->first.Slot);1783 pelmCfg->setAttribute("slot", (int32_t)itVmSlot->first.Slot); 1784 1784 1785 1785 for (itOpt1 = itVmSlot->second.begin();
Note:
See TracChangeset
for help on using the changeset viewer.