VirtualBox

Changeset 48862 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Oct 4, 2013 1:02:11 AM (11 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

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

    r48837 r48862  
    837837    AttributeNode *setAttribute(const char *pcszName, bool f);
    838838
     839    virtual ~ElementNode();
     840
    839841protected:
    840842    // hide the default constructor so people use only our factory methods
    841843    ElementNode(const ElementNode *pElmRoot, Node *pParent, PRTLISTANCHOR pListAnchor, xmlNode *pLibNode);
    842844    ElementNode(const ElementNode &x);      // no copying
    843     virtual ~ElementNode();
    844845
    845846    /** We keep a pointer to the root element for attribute namespace handling. */
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