mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
Oops, std namespace
This commit is contained in:
@@ -77,6 +77,6 @@ void updateProgress(const char *msg, float prog, void*)
|
||||
{
|
||||
if ( prog < 0 )
|
||||
{
|
||||
cout << "-- " << msg << endl;
|
||||
std::cout << "-- " << msg << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user