Skip to content

Commit ce05a8a

Browse files
authored
Merge pull request #14 from InsightSoftwareConsortium/update-to-new-macros
STYLE: Add itkVirtualGetNameOfClassMacro + itkOverrideGetNameOfClassMacro
2 parents fc59b2e + c5fd21e commit ce05a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/itkPointFeature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class PointFeature : public itk::MeshToMeshFilter<TInputPointSet, TOutputPointSe
7070
using FeatureTypePointer = typename FeatureType::Pointer;
7171

7272
/** Run-time type information. */
73-
itkTypeMacro(PointFeature, MeshToMeshFilter);
73+
itkOverrideGetNameOfClassMacro(PointFeature);
7474

7575
/** Standard New macro. */
7676
itkNewMacro(Self);

0 commit comments

Comments
 (0)