]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/spinbutt.h
value of wxTE_PASSWORD changed to be different from wxCANCEL
[wxWidgets.git] / include / wx / spinbutt.h
index d1e04f8104ac4d0407fd0754e1c60e2534124652..5b963300169d4a9a6b3e76638d70500ea7b93fce 100644 (file)
@@ -13,7 +13,9 @@
 #define _WX_SPINBUTT_H_BASE_
 
 #ifdef __GNUG__
-    #pragma interface "spinbutbase.h"
+    #ifndef __WXMOTIF__ // because there is no matching .cpp for Motif
+        #pragma interface "spinbutbase.h"
+    #endif // Motif
 #endif
 
 // ----------------------------------------------------------------------------