X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..daa084c239b94dd49f73952008ea8e36dba6c9c4:/contrib/include/wx/xml/xh_choic.h diff --git a/contrib/include/wx/xml/xh_choic.h b/contrib/include/wx/xml/xh_choic.h index f6ca1f890f..6750d3585d 100644 --- a/contrib/include/wx/xml/xh_choic.h +++ b/contrib/include/wx/xml/xh_choic.h @@ -17,15 +17,15 @@ #include "wx/xml/xmlres.h" -class wxChoiceXmlHandler : public wxXmlResourceHandler +class WXDLLEXPORT wxChoiceXmlHandler : public wxXmlResourceHandler { - public: - wxChoiceXmlHandler(); - virtual wxObject *DoCreateResource(); - virtual bool CanHandle(wxXmlNode *node); - private: - bool m_InsideBox; - wxArrayString strList; +public: + wxChoiceXmlHandler(); + virtual wxObject *DoCreateResource(); + virtual bool CanHandle(wxXmlNode *node); +private: + bool m_insideBox; + wxArrayString strList; };