Skip to content
Snippets Groups Projects
Commit 9a4ac60a authored by Rémi Cresson's avatar Rémi Cresson
Browse files

REFAC: ITK_OVERRIDE-->override

parent d44d9483
Branches
Tags
No related merge requests found
......@@ -83,9 +83,9 @@ protected:
/** Constructor */
PersistentMosaicFilter() {}
/** Destructor */
~PersistentMosaicFilter() ITK_OVERRIDE {}
~PersistentMosaicFilter() override {}
/**PrintSelf method */
void PrintSelf(std::ostream& os, itk::Indent indent) const ITK_OVERRIDE
void PrintSelf(std::ostream& os, itk::Indent indent) const override
{
Superclass::PrintSelf(os, indent);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment