Changeset 65008 in vbox
- Timestamp:
- Dec 23, 2016 9:30:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r64993 r65008 1296 1296 /* Check that the order is right. */ 1297 1297 xml::Node * pNode; 1298 RTListForEach (&m_children, pNode, xml::Node, m_listEntry)1298 RTListForEachCpp(&m_children, pNode, xml::Node, m_listEntry) 1299 1299 { 1300 1300 bool fLast = RTListNodeIsLast(&m_children, &pNode->m_listEntry);
Note:
See TracChangeset
for help on using the changeset viewer.