X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/999d9a9f795cfc745681989ae0f30e531cde059f..558820fd083635d3e1dc026a56b2f14870cb5c38:/include/wx/xrc/xh_slidr.h diff --git a/include/wx/xrc/xh_slidr.h b/include/wx/xrc/xh_slidr.h index 32fb738b7b..345c03b6a5 100644 --- a/include/wx/xrc/xh_slidr.h +++ b/include/wx/xrc/xh_slidr.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_slidr.h +// Name: wx/xrc/xh_slidr.h // Purpose: XML resource handler for wxSlider // Author: Bob Mitchell // Created: 2000/03/21 @@ -11,17 +11,13 @@ #ifndef _WX_XH_SLIDR_H_ #define _WX_XH_SLIDR_H_ -#ifdef __GNUG__ -#pragma interface "xh_slidr.h" -#endif - #include "wx/xrc/xmlres.h" -#include "wx/defs.h" -#if wxUSE_SLIDER +#if wxUSE_XRC && wxUSE_SLIDER -class WXXMLDLLEXPORT wxSliderXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxSliderXmlHandler : public wxXmlResourceHandler { + DECLARE_DYNAMIC_CLASS(wxSliderXmlHandler) enum { wxSL_DEFAULT_VALUE = 0, @@ -35,6 +31,6 @@ public: virtual bool CanHandle(wxXmlNode *node); }; -#endif +#endif // wxUSE_XRC && wxUSE_SLIDER -#endif // _WX_XH_SLIDER_H_ +#endif // _WX_XH_SLIDR_H_