X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c20e8f816b21b911e3a8ed8197c21df6ce726d6..4609ee2ef8b7787ba5241602b38759ff32e6777d:/src/os2/button.cpp diff --git a/src/os2/button.cpp b/src/os2/button.cpp index 7f02cfd61f..746e0300c4 100644 --- a/src/os2/button.cpp +++ b/src/os2/button.cpp @@ -22,6 +22,7 @@ #include "wx/settings.h" #include "wx/dcscreen.h" #include "wx/scrolwin.h" + #include "wx/toplevel.h" #endif #include "wx/stockitem.h" @@ -79,7 +80,7 @@ bool wxButton::Create( wxWindow* pParent, m_hWnd = (WXHWND)::WinCreateWindow( GetHwndOf(pParent) // Parent handle ,WC_BUTTON // A Button class window - ,(PSZ)sLabel.c_str() // Button text + ,sLabel.c_str() // Button text ,lStyle // Button style ,0, 0, 0, 0 // Location and size ,GetHwndOf(pParent) // Owner handle