X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllEntryVerify.cxx;h=0ccc070f6353efb33afa8d292c28d1840f98479a;hb=2d43f5c8ae2004242af2297ceb2926d81675548f;hp=58aa1aa2c3f303ae590292546a1d09414810a7e5;hpb=e10835c7d5c3734ac8de5491ba3260cd47ad7a57;p=gdcm.git diff --git a/Testing/TestAllEntryVerify.cxx b/Testing/TestAllEntryVerify.cxx index 58aa1aa2..0ccc070f 100644 --- a/Testing/TestAllEntryVerify.cxx +++ b/Testing/TestAllEntryVerify.cxx @@ -541,7 +541,7 @@ bool ReferenceFileParser::SecondPassReferenceFile() while ( !from.eof() ) { - getline( from, line ); + std::getline( from, line ); lineNumber++; CleanUpLine( line );