From cd46b2a6ff3b42db8171262d302a749f50480680 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Thu, 20 Jul 2006 07:48:15 +0000
Subject: [PATCH] Diverses corrections pour Windows.

---
 Code/IO/otbImageFileReader.txx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/IO/otbImageFileReader.txx b/Code/IO/otbImageFileReader.txx
index 24c90d67d6..4343a3a98c 100755
--- a/Code/IO/otbImageFileReader.txx
+++ b/Code/IO/otbImageFileReader.txx
@@ -368,7 +368,7 @@ ImageFileReader<TOutputImage>
 
     // Test if the file can be open for reading access.
     //Only if m_FileName speciy a filname (not a dirname)
-    if( otb::System::IsAFileName( this->m_FileName ) == true )
+    if( System::IsAFileName( this->m_FileName ) == true )
     {
         std::ifstream readTester;
         readTester.open( this->m_FileName.c_str() );
-- 
GitLab