X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=plugins%2FIO%2FImageReader.h;h=25d59d4dcc240ff948706233c3952e0e9b74584e;hb=65e11480407fe343b2b56098257e0bb837f75df3;hp=8c6945bb174b7757d01aaa87663b2eb9ba8def45;hpb=6a541441b605b00b77d8f8e2b024cc709fda20b9;p=cpPlugins.git diff --git a/plugins/IO/ImageReader.h b/plugins/IO/ImageReader.h index 8c6945b..25d59d4 100644 --- a/plugins/IO/ImageReader.h +++ b/plugins/IO/ImageReader.h @@ -1,7 +1,7 @@ #ifndef __CPPLUGINSIO__IMAGEREADER__H__ #define __CPPLUGINSIO__IMAGEREADER__H__ -#include +#include #include 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