X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd47af27e12ee66b3e9eed6f1711e516f36dc837..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/xrc/xh_gauge.h diff --git a/include/wx/xrc/xh_gauge.h b/include/wx/xrc/xh_gauge.h index 9aa45d921a..afdb3da89d 100644 --- a/include/wx/xrc/xh_gauge.h +++ b/include/wx/xrc/xh_gauge.h @@ -17,16 +17,12 @@ class WXDLLIMPEXP_XRC wxGaugeXmlHandler : public wxXmlResourceHandler { - DECLARE_DYNAMIC_CLASS(wxGaugeXmlHandler) - enum - { - wxGAUGE_DEFAULT_RANGE = 100 - }; - public: wxGaugeXmlHandler(); virtual wxObject *DoCreateResource(); virtual bool CanHandle(wxXmlNode *node); + + DECLARE_DYNAMIC_CLASS(wxGaugeXmlHandler) }; #endif // wxUSE_XRC && wxUSE_GAUGE