// without tons of #ifdefs.
// ----------------------------------------------------------------------------
-#if wxUSE_SPINBTN
+#if wxUSE_SPINBTN && !defined(__WXMAC__)
#ifdef __GNUG__
#pragma interface "spinctlg.h"
// the subcontrols
wxTextCtrl *m_text;
wxSpinButton *m_btn;
+
+private:
+ DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
};
#else // !wxUSE_SPINBTN