From: malaterre Date: Thu, 14 Oct 2004 14:32:28 +0000 (+0000) Subject: COMP: Fix compilation X-Git-Tag: Version0.6.bp~63 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=inline;h=42fff1c913e2d2e97b2019eaf8b5b35af4f63d65;p=gdcm.git COMP: Fix compilation --- 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 );