From 9de2b57048f9f0022bdf068186f07937f26dc102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Sat, 19 Mar 2022 18:35:34 -0400 Subject: [PATCH] BUG: Fix Superclass name in RTTI macro Fix Superclass name in RTTI macro. --- Modules/Core/Common/include/itkPointSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Core/Common/include/itkPointSet.h b/Modules/Core/Common/include/itkPointSet.h index fb8a9d944d4..f76495fc8d2 100644 --- a/Modules/Core/Common/include/itkPointSet.h +++ b/Modules/Core/Common/include/itkPointSet.h @@ -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;