X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b008b592cce934305dfa2eaaae0cd824b0d1e1cb..daa084c239b94dd49f73952008ea8e36dba6c9c4:/contrib/include/wx/xml/xh_scrol.h diff --git a/contrib/include/wx/xml/xh_scrol.h b/contrib/include/wx/xml/xh_scrol.h index f5d2aec0b1..8e838d74e2 100644 --- a/contrib/include/wx/xml/xh_scrol.h +++ b/contrib/include/wx/xml/xh_scrol.h @@ -29,10 +29,10 @@ class WXDLLEXPORT wxScrollBarXmlHandler : public wxXmlResourceHandler wxSL_DEFAULT_MAX = 100 }; - public: - wxScrollBarXmlHandler(); - virtual wxObject *DoCreateResource(); - virtual bool CanHandle(wxXmlNode *node); +public: + wxScrollBarXmlHandler(); + virtual wxObject *DoCreateResource(); + virtual bool CanHandle(wxXmlNode *node); };