]> Creatis software - gdcm.git/commitdiff
COMP: Fix compilation on cygwin
authormalaterre <malaterre>
Tue, 12 Oct 2004 17:37:09 +0000 (17:37 +0000)
committermalaterre <malaterre>
Tue, 12 Oct 2004 17:37:09 +0000 (17:37 +0000)
Testing/TestAllEntryVerify.cxx

index 6daec820304308f7a2599d8a1d6df168ebcd91ce..58aa1aa2c3f303ae590292546a1d09414810a7e5 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() )