public :
wxXmlWriter( wxXmlNode * parent ) ;
- ~wxXmlWriter() ;
+ virtual ~wxXmlWriter() ;
//
// streaming callbacks
{
public:
wxXmlReader(wxXmlNode *parent) { m_parent = parent ; }
- ~wxXmlReader() {}
+ virtual ~wxXmlReader() {}
// Reads a component from XML. The return value is the root object ID, which can
// then be used to ask the depersister about that object