]> Creatis software - gdcm.git/commitdiff
COMP: Fix compilation
authormalaterre <malaterre>
Thu, 14 Oct 2004 14:32:28 +0000 (14:32 +0000)
committermalaterre <malaterre>
Thu, 14 Oct 2004 14:32:28 +0000 (14:32 +0000)
Testing/TestAllEntryVerify.cxx

index 58aa1aa2c3f303ae590292546a1d09414810a7e5..0ccc070f6353efb33afa8d292c28d1840f98479a 100644 (file)
@@ -541,7 +541,7 @@ bool ReferenceFileParser::SecondPassReferenceFile()
 
    while ( !from.eof() )
    {
-      getline( from, line );
+      std::getline( from, line );
       lineNumber++;
 
       CleanUpLine( line );