]> Creatis software - gdcm.git/blobdiff - Testing/TestAllEntryVerify.cxx
ENH:
[gdcm.git] / Testing / TestAllEntryVerify.cxx
index 6daec820304308f7a2599d8a1d6df168ebcd91ce..0ccc070f6353efb33afa8d292c28d1840f98479a 100644 (file)
@@ -306,7 +306,7 @@ void ReferenceFileParser::FirstPassReferenceFile() throw ( ParserException )
 
    while ( ! from.eof() )
    {
-      getline( from, line );
+      std::getline( from, line );
 
       /// This is how we usually end the parsing because we hit EOF:
       if ( ! from.good() )
@@ -541,7 +541,7 @@ bool ReferenceFileParser::SecondPassReferenceFile()
 
    while ( !from.eof() )
    {
-      getline( from, line );
+      std::getline( from, line );
       lineNumber++;
 
       CleanUpLine( line );