linkage corrections, destructors added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-08-24 15:22:07 +00:00
parent 7d2d5d8195
commit 1c263d5667
4 changed files with 28 additions and 16 deletions

View File

@@ -22,9 +22,9 @@
#include "wx/xtistrm.h"
class wxXmlNode ;
class WXDLLIMPEXP_XML wxXmlNode ;
class wxXmlWriter : public wxWriter
class WXDLLIMPEXP_XML wxXmlWriter : public wxWriter
{
public :
@@ -84,7 +84,7 @@ private :
wxXmlReader handles streaming in a class from XML
*/
class wxXmlReader : public wxReader
class WXDLLIMPEXP_XML wxXmlReader : public wxReader
{
public:
wxXmlReader(wxXmlNode *parent) { m_parent = parent ; }