Skip to content

Commit

Permalink
Merge pull request #26 from InsightSoftwareConsortium/fix-legacy-remove
Browse files Browse the repository at this point in the history
COMP: Use modern macro for name of class
  • Loading branch information
jcfr authored Jan 25, 2025
2 parents da8597a + 3a755af commit 79a884c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/itkFastGrowCut.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ITK_TEMPLATE_EXPORT FastGrowCut : public ImageToImageFilter<TInputImage, T
itkNewMacro(Self);

/** Run-time type information (and related methods). */
itkTypeMacro(FastGrowCut, ImageToImageFilter);
itkOverrideGetNameOfClassMacro(FastGrowCut);

using InputImageType = TInputImage;
using IntensityPixelType = typename InputImageType::PixelType;
Expand Down

0 comments on commit 79a884c

Please sign in to comment.