]> Creatis software - clitk.git/blobdiff - common/rtkImagXImageIOFactory.h
Allow compilation with ITK4.13.0
[clitk.git] / common / rtkImagXImageIOFactory.h
index 2466e9d9607bbf7bd18ebb19840341115edcc925..da584f73c53466c44249e591982b3cf12f0a7d0d 100644 (file)
@@ -42,11 +42,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 "ImagX ImageIO Factory, allows the loading of ImagX images into insight";
   }