From: Václav Slavík Date: Mon, 30 Apr 2007 09:46:44 +0000 (+0000) Subject: OS/2 compilation fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0fd26ccb31c754351468834c742123424cf31521 OS/2 compilation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/os2/dc.cpp b/src/os2/dc.cpp index d7c5f5139e..9df4246a61 100644 --- a/src/os2/dc.cpp +++ b/src/os2/dc.cpp @@ -1756,7 +1756,7 @@ void wxDC::DrawAnyText( const wxString& rsText, ::GpiMove(m_hPS, &vPtlStart); lHits = ::GpiCharString( m_hPS ,rsText.length() - ,rsText.wx_str() + ,rsText.char_str() ); if (lHits != GPI_OK) { @@ -2176,7 +2176,7 @@ void wxDC::DoGetTextExtent( // bRc = ::GpiQueryTextBox( m_hPS ,l - ,(char *)rsString.wx_str() + ,rsString.char_str() ,TXTBOX_COUNT // return maximum information ,avPoint // array of coordinates points );