X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cab1a6053dce9f0a2dcd87d8e2d12d8633f4785f..c3e54dee9173954a7f18a88632fbc263695938f6:/include/wx/xtixml.h diff --git a/include/wx/xtixml.h b/include/wx/xtixml.h index 2c0c7d94be..2466e4731c 100644 --- a/include/wx/xtixml.h +++ b/include/wx/xtixml.h @@ -12,10 +12,6 @@ #ifndef _WX_XTIXMLH__ #define _WX_XTIXMLH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "xtixml.h" -#endif - #include "wx/wx.h" #if wxUSE_EXTENDED_RTTI @@ -29,7 +25,7 @@ class WXDLLIMPEXP_XML wxXmlWriter : public wxWriter public : wxXmlWriter( wxXmlNode * parent ) ; - ~wxXmlWriter() ; + virtual ~wxXmlWriter() ; // // streaming callbacks @@ -88,7 +84,7 @@ class WXDLLIMPEXP_XML wxXmlReader : public wxReader { 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