]> Creatis software - cpPlugins.git/blobdiff - plugins/IO/ImageReader.h
...
[cpPlugins.git] / plugins / IO / ImageReader.h
index 8c6945bb174b7757d01aaa87663b2eb9ba8def45..25d59d4dcc240ff948706233c3952e0e9b74584e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __CPPLUGINSIO__IMAGEREADER__H__
 #define __CPPLUGINSIO__IMAGEREADER__H__
 
-#include <plugins/cpPluginsIO_Export.h>
+#include <cpPluginsIO_Export.h>
 #include <cpPlugins/BaseObjects/ProcessObject.h>
 
 namespace itk { class ImageIOBase; }
@@ -20,10 +20,10 @@ namespace cpPluginsIO
 
   protected:
     template< unsigned int _Dim >
-      inline void _GD0( itk::ImageIOBase* io );
+      inline bool _GD0( itk::ImageIOBase* io );
 
     template< class _TPixel, unsigned int _Dim >
-      inline void _GD1( itk::ImageIOBase* io );
+      inline bool _GD1( itk::ImageIOBase* io );
   };
 
 } // ecapseman