X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FrtkXRadImageIOFactory.h;h=23cb63e14e0573bf7e1be78e7b68bce22a93a56e;hb=543b72e23ad001ac2a7743b9beacf48e2d0054ac;hp=1651918a33b15ab7072ea5d0a7330d35911c4cfe;hpb=bf4b9657cd6577fe1276b9d3f5fc9f40dbb4d13c;p=clitk.git diff --git a/common/rtkXRadImageIOFactory.h b/common/rtkXRadImageIOFactory.h index 1651918..23cb63e 100644 --- a/common/rtkXRadImageIOFactory.h +++ b/common/rtkXRadImageIOFactory.h @@ -41,11 +41,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 "XRad ImageIO Factory, allows the loading of XRad images into insight"; }