X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FrtkImagXImageIOFactory.h;h=da584f73c53466c44249e591982b3cf12f0a7d0d;hb=f2abd66846f46f61e6f16e339da46515525826b1;hp=5170d45719356466302e7c4dff5e4bebc5cd2921;hpb=fbd1f3ace65ab9540cb4e0b2d4af83b60232479e;p=clitk.git diff --git a/common/rtkImagXImageIOFactory.h b/common/rtkImagXImageIOFactory.h index 5170d45..da584f7 100644 --- a/common/rtkImagXImageIOFactory.h +++ b/common/rtkImagXImageIOFactory.h @@ -42,11 +42,11 @@ public: typedef itk::SmartPointer ConstPointer; /** Class methods used to interface with the registered factories. */ - const char* GetITKSourceVersion(void) const { + const char* GetITKSourceVersion(void) const ITK_OVERRIDE { return ITK_SOURCE_VERSION; } - const char* GetDescription(void) const { + const char* GetDescription(void) const ITK_OVERRIDE { return "ImagX ImageIO Factory, allows the loading of ImagX images into insight"; } @@ -54,7 +54,7 @@ public: itkFactorylessNewMacro(Self); /** Run-time type information (and related methods). */ - itkTypeMacro(EsrfHstImageIOFactory, ObjectFactoryBase); + itkTypeMacro(ImagXImageIOFactory, ObjectFactoryBase); /** Register one factory of this type */ static void RegisterOneFactory(void) { @@ -75,4 +75,3 @@ private: } // end namespace #endif -