VirtualBox

Ignore:
Timestamp:
Aug 4, 2008 9:04:55 AM (16 years ago)
Author:
vboxsync
Message:

Main: fix warning (size_t assigned to ULONG)

File:
1 edited

Legend:

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

    r11091 r11093  
    89018901    AssertReturn(!ComSafeArrayOutIsNull (aFlags), E_POINTER);
    89028902
    8903     unsigned cEntries = mHWData->mGuestProperties.size();
     8903    size_t cEntries = mHWData->mGuestProperties.size();
    89048904    com::SafeArray <BSTR> names(cEntries);
    89058905    com::SafeArray <BSTR> values(cEntries);
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