VirtualBox

Changeset 33828 in vbox for trunk/src


Ignore:
Timestamp:
Nov 8, 2010 10:54:18 AM (14 years ago)
Author:
vboxsync
Message:

xml: win build fix. (explicit type conversion).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r33827 r33828  
    20362036            uint32_t port = 0;
    20372037            (*pf)->getAttributeValue("name", rule.strName);
    2038             (*pf)->getAttributeValue("proto", rule.proto);
     2038            (*pf)->getAttributeValue("proto", (uint32_t&)rule.proto);
    20392039            (*pf)->getAttributeValue("hostip", rule.strHostIP);
    20402040            (*pf)->getAttributeValue("hostport", port);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette