diff --git a/Modules/Numerics/FEM/include/itkFEMLinearSystemWrapper.h b/Modules/Numerics/FEM/include/itkFEMLinearSystemWrapper.h index 9e8a44ad76b..ce41d7af1ab 100644 --- a/Modules/Numerics/FEM/include/itkFEMLinearSystemWrapper.h +++ b/Modules/Numerics/FEM/include/itkFEMLinearSystemWrapper.h @@ -583,7 +583,7 @@ class ITK_ABI_EXPORT FEMExceptionLinearSystemBounds : public FEMException ~FEMExceptionLinearSystemBounds() noexcept override; /** Type related information. */ - itkOverrideGetNameOfClassMacro(FEMExceptionLinearSystem); + itkOverrideGetNameOfClassMacro(FEMExceptionLinearSystemBounds); }; } // end namespace fem } // end namespace itk