X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b63178102175bec0fbc7d905567edaf1822cd238..59571b718e142de7159c6ad3a86d15d4e896593a:/utils/HelpGen/src/sourcepainter.cpp diff --git a/utils/HelpGen/src/sourcepainter.cpp b/utils/HelpGen/src/sourcepainter.cpp index 336582328e..621077a2d3 100644 --- a/utils/HelpGen/src/sourcepainter.cpp +++ b/utils/HelpGen/src/sourcepainter.cpp @@ -606,7 +606,7 @@ void SourcePainter::ProcessSource( char* src, int srcLen ) if ( mCollectResultsOn ) - mResultStr += string( src, srcLen ); + mResultStr += wxString( src, srcLen ); } void SourcePainter::SetState( bool isInComment,