Skip to content
Snippets Groups Projects
Commit 8ecf8f13 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

ENH: fixed missing this->Modified()

parent 09e95e4d
No related branches found
No related tags found
No related merge requests found
......@@ -638,6 +638,7 @@ ImageFileReader<TOutputImage>
}
this->m_FileName = m_Options.fileName;
this->Modified();
}
template <class TOutputImage>
......
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