VirtualBox

Changeset 46963 in vbox for trunk


Ignore:
Timestamp:
Jul 4, 2013 5:52:39 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86971
Message:

Frontends: Windows build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp

    r46960 r46963  
    297297                                                                      u8Slot)]
    298298                                       : GlobalDhcpOptions);
    299                     map[u8OptId] = std::string(ValueUnion.psz);
     299                    std::string strVal = ValueUnion.psz;
     300                    map.insert(DhcpOptValuePair(u8OptId, strVal);
    300301
    301302                }
Note: See TracChangeset for help on using the changeset viewer.

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