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/itkMGHImageIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class MGHIO_EXPORT MGHImageIO : public ImageIOBase
itkNewMacro(Self);

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

/*-------- This part of the interfaces deals with reading data. ----- */

Expand Down
2 changes: 1 addition & 1 deletion include/itkMGHImageIOFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class MGHIO_EXPORT MGHImageIOFactory : public ObjectFactoryBase
itkFactorylessNewMacro(Self);

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

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