VirtualBox

Changeset 13845 in vbox


Ignore:
Timestamp:
Nov 5, 2008 10:41:39 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38840
Message:

Main: fix win burns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HardDiskFormatImpl.cpp

    r13844 r13845  
    9292                case VDCFGVALUETYPE_INTEGER:
    9393                    {
    94                         dt = DataType::Int32Type;
     94                        dt = DataType_Int32Type;
    9595                        /* If there is a default value get them in the right format */
    9696                        if (pa->pDefaultValue)
     
    100100                case VDCFGVALUETYPE_BYTES:
    101101                    {
    102                         dt = DataType::Int8Type;
     102                        dt = DataType_Int8Type;
    103103                        /* If there is a default value get them in the right format */
    104104                        if (pa->pDefaultValue)
     
    113113                case VDCFGVALUETYPE_STRING:
    114114                    {
    115                         dt = DataType::StringType;
     115                        dt = DataType_StringType;
    116116                        /* If there is a default value get them in the right format */
    117117                        if (pa->pDefaultValue)
     
    124124                                    Utf8Str (""),
    125125                                    dt,
    126                                     pa->uKeyFlags,
     126                                    static_cast<unsigned int> (pa->uKeyFlags),
    127127                                    defaults };
    128128            unconst (mData.properties).push_back (prop);
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