X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FrtkXRadImageIOFactory.h;h=23cb63e14e0573bf7e1be78e7b68bce22a93a56e;hb=f2abd66846f46f61e6f16e339da46515525826b1;hp=1651918a33b15ab7072ea5d0a7330d35911c4cfe;hpb=0b3ad34085ec3fbbd8419843af0619745e963cfa;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"; }