X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba3e10c9f4546fc991957fed40360fe245dd6151..fb761cd53ccedec382b88e4f9c92dcae3fcdf1ea:/src/os2/dcclient.cpp diff --git a/src/os2/dcclient.cpp b/src/os2/dcclient.cpp index e1be6a1052..9d33ade289 100644 --- a/src/os2/dcclient.cpp +++ b/src/os2/dcclient.cpp @@ -125,7 +125,7 @@ wxWindowDC::wxWindowDC( { vError = ::WinGetLastError(vHabmain); sError = wxPMErrorToStr(vError); - wxLogError("Unable to set current color table. Error: %s\n", sError); + wxLogError("Unable to set current color table. Error: %s\n", sError.c_str()); } ::GpiCreateLogColorTable( m_hPS ,0L @@ -225,7 +225,7 @@ wxClientDC::wxClientDC( { vError = ::WinGetLastError(vHabmain); sError = wxPMErrorToStr(vError); - wxLogError("Unable to set current color table. Error: %s\n", sError); + wxLogError("Unable to set current color table. Error: %s\n", sError.c_str()); } ::GpiCreateLogColorTable( m_hPS ,0L @@ -319,7 +319,7 @@ wxPaintDC::wxPaintDC( { HPS hPS; - m_hDC = (WXHDC)::WinOpenWindowDC(GetWinHwnd(m_pCanvas)); + m_hDC = ::WinOpenWindowDC(GetWinHwnd(m_pCanvas)); hPS = ::WinBeginPaint( GetWinHwnd(m_pCanvas) ,NULLHANDLE ,&g_paintStruct