]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/spinctlg.h
Trying to hide evidence of my negative programming skills...
[wxWidgets.git] / include / wx / generic / spinctlg.h
index f535a8dd3f7e0e54896241688f49e84113e438f9..3c24bf33845e88de7f990248cbb6a4d31d04545b 100644 (file)
@@ -20,7 +20,7 @@
 // without tons of #ifdefs.
 // ----------------------------------------------------------------------------
 
-#if wxUSE_SPINBTN
+#if wxUSE_SPINBTN && !defined(__WXMAC__)
 
 #ifdef __GNUG__
     #pragma interface "spinctlg.h"
@@ -101,6 +101,9 @@ private:
     // the subcontrols
     wxTextCtrl *m_text;
     wxSpinButton *m_btn;
+    
+private:
+    DECLARE_DYNAMIC_CLASS(wxSpinCtrl)
 };
 
 #else // !wxUSE_SPINBTN