]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/checkbox.cpp
Reverted/commented out unsuccessful defer fix
[wxWidgets.git] / src / os2 / checkbox.cpp
index 165e1da2b964ec8ba17b208d965ba30c290dd781..547270a72da9f44657407e29751dcb6498a055f0 100644 (file)
@@ -41,10 +41,6 @@ extern void  wxAssociateWinWithHandle( HWND         hWnd
 // wxCheckBox
 // ----------------------------------------------------------------------------
 
-wxCheckBoxBase::wxCheckBoxBase()
-{
-}
-
 bool wxCheckBox::OS2Command(
   WXUINT                            WXUNUSED(uParam)
 , WXWORD                            WXUNUSED(wId)
@@ -110,7 +106,7 @@ void wxCheckBox::SetLabel(
   const wxString&                   rsLabel
 )
 {
-    ::WinSetWindowText(GetHwnd(), rsLabel.c_str());
+    ::WinSetWindowText(GetHwnd(), (PSZ)rsLabel.c_str());
 } // end of wxCheckBox::SetLabel
 
 wxSize wxCheckBox::DoGetBestSize() const