Oops, std namespace
This commit is contained in:
parent
c91ca248f6
commit
a96940d7b2
|
@ -77,6 +77,6 @@ void updateProgress(const char *msg, float prog, void*)
|
|||
{
|
||||
if ( prog < 0 )
|
||||
{
|
||||
cout << "-- " << msg << endl;
|
||||
std::cout << "-- " << msg << std::endl;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue