]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbox.cpp
Initial revision
[wxWidgets.git] / src / msw / statbox.cpp
index e9d67bec8adecb9cf280673f12da0cd6c1ccf150..da2eac0ecc87134ace69735bda6378301973f7c0 100644 (file)
@@ -41,9 +41,7 @@
 // wxWin macros
 // ----------------------------------------------------------------------------
 
-#if !USE_SHARED_LIBRARY
     IMPLEMENT_DYNAMIC_CLASS(wxStaticBox, wxControl)
-#endif
 
 // ============================================================================
 // implementation
@@ -61,7 +59,7 @@ bool wxStaticBox::Create(wxWindow *parent,
                          long style,
                          const wxString& name)
 {
-    if ( !CreateControl(parent, id, pos, size, style, name) )
+    if ( !CreateControl(parent, id, pos, size, style, wxDefaultValidator, name) )
         return FALSE;
 
     if ( !MSWCreateControl(wxT("BUTTON"), BS_GROUPBOX, pos, size, label, 0) )