]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/spinbutt.cpp
renamed wxWave to wxSound; compatibility fixes
[wxWidgets.git] / src / motif / spinbutt.cpp
index 426310515628c08c718902f8f1ddfde093d61c9d..edd15fa3c96aa814137718897052180ed580e7d2 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "spinbutt.h"
 #endif
 
@@ -274,8 +274,6 @@ bool wxSpinButton::Create( wxWindow *parent, wxWindowID id,
 
     SetName(name);
 
-    InitBase();
-
     m_windowId = ( id == -1 ) ? NewControlId() : id;
 
     bool isVert = IsVertical();