]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/spinbutt.h
Fixed a void* to wxObject* conversion error in a return causing compile break across...
[wxWidgets.git] / include / wx / gtk / spinbutt.h
index 378b7f0f94a052a45e06a130d5beb611e16df827..cdae9dad3b9dce536874443cacacb330bd49edf5 100644 (file)
 #pragma interface
 #endif
 
+#include "wx/defs.h"
+
+#if wxUSE_SPINBTN
+
+#include "wx/control.h"
+
 //-----------------------------------------------------------------------------
 // wxSpinButton
 //-----------------------------------------------------------------------------
@@ -54,5 +60,8 @@ private:
     DECLARE_DYNAMIC_CLASS(wxSpinButton)
 };
 
+#endif
+  // wxUSE_SPINBTN
+
 #endif
     // __GTKSPINBUTTH__