Changeset 48837 in vbox
- Timestamp:
- Oct 3, 2013 1:36:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/xml.h
r48834 r48837 841 841 ElementNode(const ElementNode *pElmRoot, Node *pParent, PRTLISTANCHOR pListAnchor, xmlNode *pLibNode); 842 842 ElementNode(const ElementNode &x); // no copying 843 virtual ElementNode::~ElementNode();843 virtual ~ElementNode(); 844 844 845 845 /** We keep a pointer to the root element for attribute namespace handling. */
Note:
See TracChangeset
for help on using the changeset viewer.