git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17174
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void RipperDocGen::ProcessFile( const char* sourceFile )
{
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 )
{
spFile* pCtx = mpParser->ParseFile( sourceFile );
if ( pCtx == NULL )
{
- cout << "Cannot open file " << sourceFile << ", skipped..." << endl;
+ wxSTD cout << "Cannot open file " << sourceFile << ", skipped..." << wxSTD endl;