]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/docripper.cpp
compilation fix for !wxUSE_THREADS
[wxWidgets.git] / utils / HelpGen / src / docripper.cpp
index bcb0e5d18069f91c41c448b8b4ee3dd3d1edcece..7248ea79c25d1d0089dbb2d3f9a812279ef39a8b 100644 (file)
@@ -225,7 +225,7 @@ void RipperDocGen::AppendMulitilineStr( wxString& st, wxString& mlStr )
 void RipperDocGen::AppendHighlightedSource( wxString& st, wxString source )
 {
     // FIXME:: below should not be fixed :)
-    wxChar buf[1024*32];
+    char buf[1024*32];
 
     // DBG:::
 //    ASSERT( source.length() + 1 < sizeof(buf) );