Compile problem fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-03-24 13:21:25 +00:00
parent 846b6d921a
commit 62a2a686a5

View File

@@ -754,7 +754,7 @@ void wxExpr::WriteExpr(FILE* stream) // Write as any other subexpression
if (quote_it) if (quote_it)
wxFprintf( stream ,wxT("'") ); wxFprintf( stream ,wxT("'") );
wxFprintf( stream, val.c_str() ); wxFprintf( stream, (const wxChar*) val );
if (quote_it) if (quote_it)
wxFprintf( stream, wxT("'") ); wxFprintf( stream, wxT("'") );