]> Creatis software - clitk.git/blobdiff - common/rtkHndImageIOFactory.h
Add comment to precise the functionality of the inputs
[clitk.git] / common / rtkHndImageIOFactory.h
index a410e62787e70f455b1ea51216ab099a40f58aaa..24ca3a1bc1780c0e76ebcf9ebef39f3a498f6a03 100644 (file)
@@ -47,11 +47,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 "His ImageIO Factory, allows the loading of His images into insight";
   }