From 6f141d32ea061bd35cbd4ca09b72497a4fe87ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Mon, 18 Mar 2019 10:05:58 -0400 Subject: [PATCH] COMP: Use C++11 override directly. Use C++11 override directly. Left behind in commit cb34dc6. --- include/itkWrapExtrapolateImageFunction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/itkWrapExtrapolateImageFunction.h b/include/itkWrapExtrapolateImageFunction.h index 4c1d353..49ceb86 100644 --- a/include/itkWrapExtrapolateImageFunction.h +++ b/include/itkWrapExtrapolateImageFunction.h @@ -84,7 +84,7 @@ class WrapExtrapolateImageFunction: * specified position */ OutputType EvaluateAtContinuousIndex( - const ContinuousIndexType & index) const ITK_OVERRIDE + const ContinuousIndexType & index) const override { ContinuousIndexType nindex;