From e1c4d98eb280f7dedf8645014d1803dc3c94d629 Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Thu, 6 Jul 2006 12:23:05 +0000
Subject: [PATCH] Modifications de l'appel aux fonctions systeme (opendir,
 etc...) pour etre portable sur Windows.

---
 Code/Common/otbSystem.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Common/otbSystem.h b/Code/Common/otbSystem.h
index 5fd0e34cca..62935cfa55 100755
--- a/Code/Common/otbSystem.h
+++ b/Code/Common/otbSystem.h
@@ -44,7 +44,7 @@ public:
   static std::string GetRootName( const std::string& filename );
 
   /** Get list of file find in a directory */
-  static std::vector<std::string> System::Readdir(std::string pszPath);
+  static std::vector<std::string> Readdir(std::string pszPath);
 };
 
 } // namespace otb
-- 
GitLab