X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FrtkImagXImageIOFactory.h;h=da584f73c53466c44249e591982b3cf12f0a7d0d;hb=08f7de414957e92b25ca5b299007e941b610d3a8;hp=2466e9d9607bbf7bd18ebb19840341115edcc925;hpb=8eccf1e25d2ab7273145d2475ae015aea5f6ff94;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"; }