diff options
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 71c0dea..2781f0b 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -77,6 +77,6 @@ void updateProgress(const char *msg, float prog, void*) { if ( prog < 0 ) { - cout << "-- " << msg << endl; + std::cout << "-- " << msg << std::endl; } } |