]> Creatis software - clitk.git/blobdiff - common/rtkXRadImageIOFactory.h
Change N formula
[clitk.git] / common / rtkXRadImageIOFactory.h
index 1651918a33b15ab7072ea5d0a7330d35911c4cfe..23cb63e14e0573bf7e1be78e7b68bce22a93a56e 100644 (file)
@@ -41,11 +41,11 @@ public:
   typedef itk::SmartPointer<const Self> 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";
   }