non-unicode build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1326,7 +1326,7 @@ wxString wxMacMLTEControl::GetStringValue() const
|
||||
}
|
||||
#else
|
||||
Handle theText ;
|
||||
err = TXNGetDataEncoded( ((TXNObject) m_macTXN), kTXNStartOffset, kTXNEndOffset, &theText , kTXNTextData );
|
||||
err = TXNGetDataEncoded( m_txn , kTXNStartOffset, kTXNEndOffset, &theText , kTXNTextData );
|
||||
// all done
|
||||
if ( err )
|
||||
{
|
||||
|
Reference in New Issue
Block a user