X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..9fc852b7ffca3817b98522fcf62d7ffa4e2b194e:/include/wx/xrc/xh_spin.h?ds=sidebyside 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,