]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/spinbutt.h
applied patches from Mike Oliver <oliver@math.ucla.edu> to return click position...
[wxWidgets.git] / include / wx / spinbutt.h
index f28d46ce624a99e2e5bb5ec980c37c1eec55e76d..5b5f4301f423c210e0be0d21cfc0d0b884ee575e 100644 (file)
 #ifndef _WX_SPINBUTT_H_BASE_
 #define _WX_SPINBUTT_H_BASE_
 
+#ifdef __GNUG__
+    #ifndef __WXMOTIF__ // because there is no matching .cpp for Motif
+        #pragma interface "spinbutbase.h"
+    #endif // Motif
+#endif
+
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
 
 #include "wx/defs.h"
 
-#ifdef wxUSE_SPINBTN
+#if wxUSE_SPINBTN
 
 #include "wx/control.h"
 #include "wx/event.h"