X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FrtkHisImageIOFactory.h;h=bb45d20eb2e792c62eb79659a1ce0aa714d26ac1;hb=5d27ea238f9a92605b0834bf5758b1d404026da5;hp=fbaccda13a5c3cb75ba8b9bf6676f6ddfe9ad477;hpb=c18ab5232cf7d80c10c0805e9566b54fb8c6f875;p=clitk.git diff --git a/common/rtkHisImageIOFactory.h b/common/rtkHisImageIOFactory.h index fbaccda..bb45d20 100644 --- a/common/rtkHisImageIOFactory.h +++ b/common/rtkHisImageIOFactory.h @@ -44,11 +44,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"; }