]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/statbmp.cpp
wxGridCellEditor::PaintBackground() added
[wxWidgets.git] / src / mac / statbmp.cpp
index 86a8528929d10ae721c5025b8d0d48a35a22e8e8..ce1e5d1ec871626e1548e19a3b8ded38da41bc91 100644 (file)
@@ -15,9 +15,7 @@
 
 #include "wx/statbmp.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxStaticBitmap, wxControl)
-#endif
 
 /*
  * wxStaticBitmap
@@ -48,7 +46,7 @@ bool wxStaticBitmap::Create(wxWindow *parent, wxWindowID id,
 
     m_windowStyle = style;
 
-    bool ret = wxControl::Create( parent, id, pos, size, style , name );
+    bool ret = wxControl::Create( parent, id, pos, size, style , wxDefaultValidator , name );
     
        SetSizeOrDefault() ;