Oops, std namespace

This commit is contained in:
Andy Cedilnik 2002-11-15 07:42:00 -05:00
parent c91ca248f6
commit a96940d7b2
1 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,6 @@ void updateProgress(const char *msg, float prog, void*)
{
if ( prog < 0 )
{
cout << "-- " << msg << endl;
std::cout << "-- " << msg << std::endl;
}
}