X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ad83f6b37e3e3a0c4a6dc094cc346b45074bf6a..bf7945cef10c0844a32e95695c544d829da9293a:/contrib/include/wx/xml/xh_radbx.h diff --git a/contrib/include/wx/xml/xh_radbx.h b/contrib/include/wx/xml/xh_radbx.h index b2125502b7..f75ea65a7c 100644 --- a/contrib/include/wx/xml/xh_radbx.h +++ b/contrib/include/wx/xml/xh_radbx.h @@ -21,13 +21,13 @@ 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