Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/itkFDFImageIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class IOFDF_EXPORT FDFImageIO : public ImageIOBase
itkNewMacro(Self);

/** Run-time type information (and related methods). */
itkTypeMacro(FDFImageIO, ImageIOBase);
itkOverrideGetNameOfClassMacro(FDFImageIO);

bool
SupportsDimension(unsigned long dim) override
Expand Down
2 changes: 1 addition & 1 deletion include/itkFDFImageIOFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class IOFDF_EXPORT FDFImageIOFactory : public ObjectFactoryBase
itkFactorylessNewMacro(Self);

/** Run-time type information (and related methods). */
itkTypeMacro(FDFImageIOFactory, ObjectFactoryBase);
itkOverrideGetNameOfClassMacro(FDFImageIOFactory);

/** Register one factory of this type */
static void
Expand Down
Loading