From 29ee95e8bc65aff4d66f67005be0c9840e6d9d4f Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 14 Sep 2002 09:35:50 +0000 Subject: [PATCH] added missing wxSTD for cout/endl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/HelpGen/src/docripper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/HelpGen/src/docripper.cpp b/utils/HelpGen/src/docripper.cpp index 3b50e47..e755249 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; } -- 2.7.4