Skip to content
Snippets Groups Projects

C++14: Replace ITK_OVERRIDE by override

Merged Victor Poughon requested to merge cpp14_override into develop
12 files
+ 25
25
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -97,7 +97,7 @@ private:
// \code{DoInit()} method contains class information and description, parameter set up, and example values.
// Software Guide : EndLatex
void DoInit() ITK_OVERRIDE
void DoInit() override
{
// Software Guide : BeginLatex
Loading