X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09dc1241b72e4c03d2ebd757bb063296aef7a18e..daa084c239b94dd49f73952008ea8e36dba6c9c4:/contrib/include/wx/xml/xh_bttn.h diff --git a/contrib/include/wx/xml/xh_bttn.h b/contrib/include/wx/xml/xh_bttn.h index 9a20c277ef..ac96d2cdc4 100644 --- a/contrib/include/wx/xml/xh_bttn.h +++ b/contrib/include/wx/xml/xh_bttn.h @@ -19,10 +19,10 @@ class WXDLLEXPORT wxButtonXmlHandler : public wxXmlResourceHandler { - public: - wxButtonXmlHandler(); - virtual wxObject *DoCreateResource(); - virtual bool CanHandle(wxXmlNode *node); +public: + wxButtonXmlHandler(); + virtual wxObject *DoCreateResource(); + virtual bool CanHandle(wxXmlNode *node); };