X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FrtkImagXImageIOFactory.h;h=da584f73c53466c44249e591982b3cf12f0a7d0d;hb=543b72e23ad001ac2a7743b9beacf48e2d0054ac;hp=2466e9d9607bbf7bd18ebb19840341115edcc925;hpb=96778a499d39f77c9cdaaa58632b9f79d587deed;p=clitk.git diff --git a/common/rtkImagXImageIOFactory.h b/common/rtkImagXImageIOFactory.h index 2466e9d..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"; }