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

Diverses corrections pour Windows.

parent d82dbc5a
No related branches found
No related tags found
No related merge requests found
......@@ -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() );
......
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