VirtualBox

Ignore:
Timestamp:
Mar 29, 2009 2:02:51 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45341
Message:

VBoxGlobal.cpp: size_t warning (Qt seems to use int, not size_t).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r17933 r18495  
    16541654
    16551655        CHardDiskAttachmentVector vec = aMachine.GetHardDiskAttachments();
    1656         for (size_t i = 0; i < (size_t) vec.size(); ++ i)
     1656        for (int i = 0; i < vec.size(); ++ i)
    16571657        {
    16581658            CHardDiskAttachment hda = vec [i];
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