Skip to content

Commit

Permalink
BUG: Fix Superclass name in RTTI macro
Browse files Browse the repository at this point in the history
Fix Superclass name in RTTI macro.
  • Loading branch information
jhlegarreta authored and hjmjohnson committed Mar 22, 2022
1 parent bee8635 commit 9de2b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Core/Common/include/itkPointSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class ITK_TEMPLATE_EXPORT PointSet : public DataObject
itkNewMacro(Self);

/** Standard part of every itk Object. */
itkTypeMacro(PointSet, Object);
itkTypeMacro(PointSet, DataObject);

/** Hold on to the type information specified by the template parameters. */
using MeshTraits = TMeshTraits;
Expand Down

0 comments on commit 9de2b57

Please sign in to comment.