X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4888e623a6869c6af62cfe42da6303f9c8870585..d890ea0d4ce6fadf640cbff97ef27c75330c3083:/utils/HelpGen/src/docripper.cpp diff --git a/utils/HelpGen/src/docripper.cpp b/utils/HelpGen/src/docripper.cpp index 3b50e47cbc..e7552491ad 100644 --- a/utils/HelpGen/src/docripper.cpp +++ b/utils/HelpGen/src/docripper.cpp @@ -369,13 +369,13 @@ void RipperDocGen::LinkSuperClassRefs() void RipperDocGen::ProcessFile( const char* sourceFile ) { - cout << "Processing file " << sourceFile << "..." << endl; + wxSTD cout << "Processing file " << sourceFile << "..." << wxSTD endl; spFile* pCtx = mpParser->ParseFile( sourceFile ); if ( pCtx == NULL ) { - cout << "Cannot open file " << sourceFile << ", skipped..." << endl; + wxSTD cout << "Cannot open file " << sourceFile << ", skipped..." << wxSTD endl; return; }