X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7edb85b7240c324e9f262a8d95b334f40b170499..eb8671f2779c384b28286cc350b7de430699cac5:/contrib/include/wx/xml/xh_combo.h diff --git a/contrib/include/wx/xml/xh_combo.h b/contrib/include/wx/xml/xh_combo.h index 02bc09da71..9a0963bb90 100644 --- a/contrib/include/wx/xml/xh_combo.h +++ b/contrib/include/wx/xml/xh_combo.h @@ -21,13 +21,13 @@ class WXDLLEXPORT wxComboBoxXmlHandler : public wxXmlResourceHandler { - public: - wxComboBoxXmlHandler(); - virtual wxObject *DoCreateResource(); - virtual bool CanHandle(wxXmlNode *node); - private: - bool m_InsideBox; - wxArrayString strList; +public: + wxComboBoxXmlHandler(); + virtual wxObject *DoCreateResource(); + virtual bool CanHandle(wxXmlNode *node); +private: + bool m_insideBox; + wxArrayString strList; }; #endif