Skip to content
Snippets Groups Projects
Commit 0c926e81 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: Mantis-1083: clear option map when a new extended filename is set

parent 861ed67a
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ ExtendedFilenameHelper
itkGenericExceptionMacro( << "Filename is NULL" );
}
this->m_ExtendedFileName = extFname;
this->m_OptionMap.clear();
std::vector<std::string> tmp1;
std::vector<std::string> tmp2;
if (!m_ExtendedFileName.empty())
......
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