]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/xml/xml.cpp
1) some cleanup in wxHtmlWindow, moved private structures out of headers
[wxWidgets.git] / contrib / src / xml / xml.cpp
index 0ed177189aa49c06abb2b996399cf515aec98b38..c7fc2f474657af20616a7d26595e389e1b96f754 100644 (file)
@@ -275,6 +275,8 @@ bool wxXmlNode::DeleteProperty(const wxString& name)
 
 
 
+wxList *wxXmlDocument::sm_Handlers = NULL;
+
 
 
 wxXmlDocument::wxXmlDocument(const wxString& filename, wxXmlIOType io_type)
@@ -383,8 +385,6 @@ bool wxXmlDocument::Save(wxOutputStream& stream, wxXmlIOType io_type) const
 
 
 
-wxList *wxXmlDocument::sm_Handlers = NULL;
-
 void wxXmlDocument::AddHandler(wxXmlIOHandler *handler)
 {
     if (sm_Handlers == NULL)