X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7edb85b7240c324e9f262a8d95b334f40b170499..eb8671f2779c384b28286cc350b7de430699cac5:/contrib/include/wx/xml/xh_gauge.h diff --git a/contrib/include/wx/xml/xh_gauge.h b/contrib/include/wx/xml/xh_gauge.h index 802b36f07a..d5d78d02c4 100644 --- a/contrib/include/wx/xml/xh_gauge.h +++ b/contrib/include/wx/xml/xh_gauge.h @@ -29,10 +29,10 @@ class WXDLLEXPORT wxGaugeXmlHandler : public wxXmlResourceHandler wxGAUGE_DEFAULT_RANGE = 100 }; - public: - wxGaugeXmlHandler(); - virtual wxObject *DoCreateResource(); - virtual bool CanHandle(wxXmlNode *node); +public: + wxGaugeXmlHandler(); + virtual wxObject *DoCreateResource(); + virtual bool CanHandle(wxXmlNode *node); }; #endif