]> Creatis software - clitk.git/blobdiff - common/rtkImagXImageIOFactory.h
Remove clitkAffineRegistrationLib compilation when CLTK_USE_REGISTRATION is OFF
[clitk.git] / common / rtkImagXImageIOFactory.h
index 5170d45719356466302e7c4dff5e4bebc5cd2921..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";
   }
 
@@ -54,7 +54,7 @@ public:
   itkFactorylessNewMacro(Self);
 
   /** Run-time type information (and related methods). */
-  itkTypeMacro(EsrfHstImageIOFactory, ObjectFactoryBase);
+  itkTypeMacro(ImagXImageIOFactory, ObjectFactoryBase);
 
   /** Register one factory of this type  */
   static void RegisterOneFactory(void) {
@@ -75,4 +75,3 @@ private:
 } // end namespace
 
 #endif
-