Added std:: modifier
This commit is contained in:
parent
ca6fdaac08
commit
3ab4998bab
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ int main(int argc, char** argv) {
|
|||
idtag.c_str(), debug, validate);
|
||||
|
||||
if (ierr < 0) {
|
||||
showErrors(cerr);
|
||||
showErrors(std::cerr);
|
||||
}
|
||||
return ierr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue