]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/spinbutt.cpp
1. some more tests in console
[wxWidgets.git] / src / os2 / spinbutt.cpp
index 21afeeab635ca8074fc6763c30c0144448aa2960..9ad28c1b3ac8a3362198f99a1174a48a8836a422 100644 (file)
@@ -9,6 +9,11 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#ifdef __GNUG__
+    #pragma implementation "spinbutt.h"
+    #pragma implementation "spinbutbase.h"
+#endif
+
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -22,6 +27,9 @@
 
 
 #include "wx/spinbutt.h"
 
 
 #include "wx/spinbutt.h"
+
+IMPLEMENT_DYNAMIC_CLASS(wxSpinEvent, wxNotifyEvent)
+
 #include "wx/os2/private.h"
 
 // ============================================================================
 #include "wx/os2/private.h"
 
 // ============================================================================