VirtualBox

Changeset 4044 in vbox for trunk


Ignore:
Timestamp:
Aug 6, 2007 1:28:45 PM (17 years ago)
Author:
vboxsync
Message:

Attempted to fix linux builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/Collection.h

    r4039 r4044  
    217217    {
    218218        // create a copy of the map
    219         for (std::map <Key, CollItem>::const_iterator it = m.begin();
     219        for (typename std::map <Key, CollItem>::const_iterator it = m.begin();
    220220             it != m.end(); ++ it)
    221221            vec.push_back (it->second);
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