From 3a755af076b6a6b29488c0c1c60787160fa25ea2 Mon Sep 17 00:00:00 2001 From: Hans Johnson Date: Sat, 25 Jan 2025 11:01:42 -0600 Subject: [PATCH] COMP: Use modern macro for name of class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When preparing for the future with ITK by setting ITK_FUTURE_LEGACY_REMOVE:BOOL=ON ITK_LEGACY_REMOVEBOOL=ON The future preferred macro should be used │ - itkTypeMacro │ + itkOverrideGetNameOfClassMacro --- include/itkFastGrowCut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/itkFastGrowCut.h b/include/itkFastGrowCut.h index f4ad350..e23b77d 100644 --- a/include/itkFastGrowCut.h +++ b/include/itkFastGrowCut.h @@ -69,7 +69,7 @@ class ITK_TEMPLATE_EXPORT FastGrowCut : public ImageToImageFilter