We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3c9bf commit 6522514Copy full SHA for 6522514
1 file changed
include/itkProxTVImageFilter.h
@@ -56,7 +56,7 @@ class ProxTVImageFilter : public ImageToImageFilter<TInputImage, TOutputImage>
56
using ConstPointer = SmartPointer<const Self>;
57
58
/** Run-time type information. */
59
- itkOverrideGetNameOfClassMacro(ProxTVImageFilter);
+ itkTypeMacro(ProxTVImageFilter, ImageToImageFilter);
60
61
/** Standard New macro. */
62
itkNewMacro(Self);
0 commit comments