X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FrtkHndImageIOFactory.h;h=24ca3a1bc1780c0e76ebcf9ebef39f3a498f6a03;hb=d55f025b18f68066a52b8f33c2dc6481e82c2580;hp=a410e62787e70f455b1ea51216ab099a40f58aaa;hpb=138d9b4ae5336543a9afc3b391b30f8398be3421;p=clitk.git diff --git a/common/rtkHndImageIOFactory.h b/common/rtkHndImageIOFactory.h index a410e62..24ca3a1 100644 --- a/common/rtkHndImageIOFactory.h +++ b/common/rtkHndImageIOFactory.h @@ -47,11 +47,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 "His ImageIO Factory, allows the loading of His images into insight"; }