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