work around Borland compilation errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -784,7 +784,7 @@ bool OutputString(wxOutputStream& stream,
|
||||
#if wxUSE_UNICODE
|
||||
wxUnusedVar(convMem);
|
||||
|
||||
const wxWX2MBbuf buf(str.mb_str(convFile ? *convFile : wxConvUTF8));
|
||||
const wxWX2MBbuf buf(str.mb_str(*(convFile ? convFile : &wxConvUTF8)));
|
||||
if ( !buf )
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user