Skip to content
Snippets Groups Projects
Commit e1c4d98e authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Modifications de l'appel aux fonctions systeme (opendir, etc...) pour etre portable sur Windows.

parent f4820875
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment