]> Creatis software - clitk.git/blobdiff - common/clitkVoxImageIOFactory.h
Debug: correct wrong flag in condition
[clitk.git] / common / clitkVoxImageIOFactory.h
index 70e00a8fef585b6cfee495ae2c88cf46ebbf565c..8ca7ccc913c0a845721a81a76caaba1b23ba1a93 100644 (file)
@@ -49,11 +49,11 @@ namespace clitk {
        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 "Vox ImageIO Factory, allows the loading of Vox images into insight";
        }