Browse Source

Oops, std namespace

Andy Cedilnik 23 years ago
parent
commit
a96940d7b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmakemain.cxx

+ 1 - 1
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;
     }
 }