Changeset 21409 in vbox for trunk/include/iprt/xml_cpp.h
- Timestamp:
- Jul 8, 2009 3:36:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/xml_cpp.h
r21085 r21409 94 94 Error() {}; // hide the default constructor to make sure the extended one above is always used 95 95 96 ministring m_s;96 iprt::MiniString m_s; 97 97 }; 98 98
Note:
See TracChangeset
for help on using the changeset viewer.