VirtualBox

Changeset 65008 in vbox


Ignore:
Timestamp:
Dec 23, 2016 9:30:08 PM (8 years ago)
Author:
vboxsync
Message:

r3/xml.cpp: Warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/xml.cpp

    r64993 r65008  
    12961296    /* Check that the order is right. */
    12971297    xml::Node * pNode;
    1298     RTListForEach(&m_children, pNode, xml::Node, m_listEntry)
     1298    RTListForEachCpp(&m_children, pNode, xml::Node, m_listEntry)
    12991299    {
    13001300        bool fLast = RTListNodeIsLast(&m_children, &pNode->m_listEntry);
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