VirtualBox

Changeset 18482 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 29, 2009 1:28:00 AM (16 years ago)
Author:
vboxsync
Message:

SnapshotImpl.cpp: size_t warning.

File:
1 edited

Legend:

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

    r17260 r18482  
    322322    AutoWriteLock chLock (childrenLock ());
    323323
    324     ULONG count = children().size();
     324    ULONG count = (ULONG)children().size();
    325325
    326326    for (SnapshotList::const_iterator it = children().begin();
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