]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/spinctlg.h
Canvas: added some DECLARE_CLASS macros to stop it failing
[wxWidgets.git] / include / wx / generic / spinctlg.h
index 3c24bf33845e88de7f990248cbb6a4d31d04545b..973af21a18bbba66b3e7fb2d33647b8855689038 100644 (file)
@@ -20,7 +20,7 @@
 // without tons of #ifdefs.
 // ----------------------------------------------------------------------------
 
-#if wxUSE_SPINBTN && !defined(__WXMAC__)
+#if wxUSE_SPINBTN 
 
 #ifdef __GNUG__
     #pragma interface "spinctlg.h"
@@ -47,6 +47,7 @@ public:
                int min = 0, int max = 100, int initial = 0,
                const wxString& name = _T("wxSpinCtrl"))
     {
+        Init();
         Create(parent, id, value, pos, size, style, min, max, initial, name);
     }