Skip to content
Snippets Groups Projects
Commit 9be10e49 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: correct init mistake on filename in InputImageParameter

parent 7b49b33c
No related branches found
No related tags found
No related merge requests found
......@@ -386,9 +386,10 @@ InputImageParameter::HasValue() const
void
InputImageParameter::ClearValue()
{
m_Image = NULL;
m_Image = NULL;
m_Reader = NULL;
m_Caster = NULL;
m_FileName = "";
}
......
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