VirtualBox

Changeset 79799 in vbox for trunk/include/iprt/cpp/xml.h


Ignore:
Timestamp:
Jul 16, 2019 12:04:34 AM (5 years ago)
Author:
vboxsync
Message:

iprt/cpp/xml.h: Fixed copy & paste bug in Node::isAttribute(). bugref:9288

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/xml.h

    r79677 r79799  
    443443    bool isAttribute() const
    444444    {
    445         return m_Type == IsElement;
     445        return m_Type == IsAttribute;
    446446    }
    447447
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