From 0fd26ccb31c754351468834c742123424cf31521 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 30 Apr 2007 09:46:44 +0000 Subject: [PATCH] OS/2 compilation fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/dc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); -- 2.45.2