X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..68559fd50e2e1326ba7e972b40a47ac39ee5c6ec:/include/wx/xrc/xh_spin.h diff --git a/include/wx/xrc/xh_spin.h b/include/wx/xrc/xh_spin.h index 241039075e..ab9590a68b 100644 --- a/include/wx/xrc/xh_spin.h +++ b/include/wx/xrc/xh_spin.h @@ -19,8 +19,9 @@ #include "wx/defs.h" #if wxUSE_SPINBTN -class WXXMLDLLEXPORT wxSpinButtonXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxSpinButtonXmlHandler : public wxXmlResourceHandler { + DECLARE_DYNAMIC_CLASS(wxSpinButtonXmlHandler) enum { wxSP_DEFAULT_VALUE = 0, @@ -36,8 +37,9 @@ public: #endif #if wxUSE_SPINCTRL -class WXXMLDLLEXPORT wxSpinCtrlXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxSpinCtrlXmlHandler : public wxXmlResourceHandler { + DECLARE_DYNAMIC_CLASS(wxSpinCtrlXmlHandler) enum { wxSP_DEFAULT_VALUE = 0,