]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/sourcepainter.cpp
Removed richedit from index file
[wxWidgets.git] / utils / HelpGen / src / sourcepainter.cpp
index 336582328ed14416eb9457c284af767822106da0..621077a2d3ba5046b75588f45a999971cd1a9520 100644 (file)
@@ -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,