X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..b1f68ca3455436222b8704dccdecdb06087c4e7f:/include/wx/xrc/xh_spin.h diff --git a/include/wx/xrc/xh_spin.h b/include/wx/xrc/xh_spin.h index 241039075e..7448302b7d 100644 --- a/include/wx/xrc/xh_spin.h +++ b/include/wx/xrc/xh_spin.h @@ -21,6 +21,7 @@ #if wxUSE_SPINBTN class WXXMLDLLEXPORT wxSpinButtonXmlHandler : public wxXmlResourceHandler { + DECLARE_DYNAMIC_CLASS(wxSpinButtonXmlHandler) enum { wxSP_DEFAULT_VALUE = 0, @@ -38,6 +39,7 @@ public: #if wxUSE_SPINCTRL class WXXMLDLLEXPORT wxSpinCtrlXmlHandler : public wxXmlResourceHandler { + DECLARE_DYNAMIC_CLASS(wxSpinCtrlXmlHandler) enum { wxSP_DEFAULT_VALUE = 0,