Changeset 79799 in vbox for trunk/include/iprt/cpp/xml.h
- Timestamp:
- Jul 16, 2019 12:04:34 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/xml.h
r79677 r79799 443 443 bool isAttribute() const 444 444 { 445 return m_Type == Is Element;445 return m_Type == IsAttribute; 446 446 } 447 447
Note:
See TracChangeset
for help on using the changeset viewer.