Skip to content

Commit 6522514

Browse files
thewtexhjmjohnson
authored andcommitted
Revert "STYLE: Add itkVirtualGetNameOfClassMacro + itkOverrideGetNameOfClassMacro"
This reverts commit 38c25ae.
1 parent 0c3c9bf commit 6522514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/itkProxTVImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ProxTVImageFilter : public ImageToImageFilter<TInputImage, TOutputImage>
5656
using ConstPointer = SmartPointer<const Self>;
5757

5858
/** Run-time type information. */
59-
itkOverrideGetNameOfClassMacro(ProxTVImageFilter);
59+
itkTypeMacro(ProxTVImageFilter, ImageToImageFilter);
6060

6161
/** Standard New macro. */
6262
itkNewMacro(Self);

0 commit comments

Comments
 (0)