From 42fff1c913e2d2e97b2019eaf8b5b35af4f63d65 Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 14 Oct 2004 14:32:28 +0000 Subject: [PATCH] COMP: Fix compilation --- Testing/TestAllEntryVerify.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.45.1