]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/spinctrl.cpp
Calling a Refresh() before the window is created no longer
[wxWidgets.git] / src / os2 / spinctrl.cpp
index 2739992b99699293cb9887bd93f3e3fe036f64f1..07eb547a4ad2c538e4612965677d139522ef05ef 100644 (file)
@@ -33,9 +33,7 @@
 // macros
 // ----------------------------------------------------------------------------
 
-#if !USE_SHARED_LIBRARY
     IMPLEMENT_DYNAMIC_CLASS(wxSpinCtrl, wxControl)
-#endif
 
 // ----------------------------------------------------------------------------
 // constants
@@ -54,6 +52,7 @@ static const int MARGIN_BETWEEN = 5;
 
 bool wxSpinCtrl::Create(wxWindow *parent,
                         wxWindowID id,
+                        const wxString& value,
                         const wxPoint& pos,
                         const wxSize& size,
                         long style,