Skip to content

Commit

Permalink
COMP: Use C++11 override directly.
Browse files Browse the repository at this point in the history
Use C++11 override directly.

Left behind in commit cb34dc6.
  • Loading branch information
jhlegarreta committed Mar 18, 2019
1 parent a827c83 commit 6f141d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/itkWrapExtrapolateImageFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class WrapExtrapolateImageFunction:
* specified position
*/
OutputType EvaluateAtContinuousIndex(
const ContinuousIndexType & index) const ITK_OVERRIDE
const ContinuousIndexType & index) const override
{

ContinuousIndexType nindex;
Expand Down

0 comments on commit 6f141d3

Please sign in to comment.