diff --git a/Modules/Registration/Common/wrapping/itkPointsLocator.wrap b/Modules/Registration/Common/wrapping/itkPointsLocator.wrap index 52dc7910566..72b08e7b6ef 100644 --- a/Modules/Registration/Common/wrapping/itkPointsLocator.wrap +++ b/Modules/Registration/Common/wrapping/itkPointsLocator.wrap @@ -1,4 +1,4 @@ -itk_wrap_class("itk::PointsLocator" POINTER_WITH_2_SUPERCLASSES) +itk_wrap_class("itk::PointsLocator" POINTER) foreach(d ${ITK_WRAP_IMAGE_DIMS}) foreach(t ${WRAP_ITK_REAL}) itk_wrap_template("VC${ITKM_IT}${ITKM_P${t}${d}}" "itk::VectorContainer<${ITKT_IT}, ${ITKT_P${t}${d}} >")