소스 검색

Oops, std namespace

Andy Cedilnik 23 년 전
부모
커밋
a96940d7b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
     }
 }