X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56d2f75071fc2a29ec10abe97c5a908bb35f30f4..daa084c239b94dd49f73952008ea8e36dba6c9c4:/contrib/include/wx/xml/xh_radbx.h?ds=inline diff --git a/contrib/include/wx/xml/xh_radbx.h b/contrib/include/wx/xml/xh_radbx.h index e7846a9952..f75ea65a7c 100644 --- a/contrib/include/wx/xml/xh_radbx.h +++ b/contrib/include/wx/xml/xh_radbx.h @@ -19,15 +19,15 @@ #if wxUSE_RADIOBOX -class wxRadioBoxXmlHandler : public wxXmlResourceHandler +class WXDLLEXPORT wxRadioBoxXmlHandler : public wxXmlResourceHandler { - public: - wxRadioBoxXmlHandler(); - virtual wxObject *DoCreateResource(); - virtual bool CanHandle(wxXmlNode *node); - private: - bool m_InsideBox; - wxArrayString strList; +public: + wxRadioBoxXmlHandler(); + virtual wxObject *DoCreateResource(); + virtual bool CanHandle(wxXmlNode *node); +private: + bool m_insideBox; + wxArrayString strList; }; #endif