]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Image.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / Image.h
index 45b47faf37175195f59d7249eafa4b2721c70464..88808c4a59c7e360ece328eb27a23fc050356b9c 100644 (file)
@@ -34,13 +34,13 @@ namespace cpPlugins
       virtual ~Image( );
 
       template< unsigned int D >
-        inline void _ITK_2_VTK_0( itk::LightObject* o );
+        inline bool _ITK_2_VTK_0( itk::LightObject* o );
 
       template< class P, unsigned int D >
-        inline void _ITK_2_VTK_1( itk::LightObject* o );
+        inline bool _ITK_2_VTK_1( itk::LightObject* o );
 
       template< class I >
-        inline void _ITK_2_VTK_2( itk::LightObject* o );
+        inline bool _ITK_2_VTK_2( itk::LightObject* o );
 
     private:
       // Purposely not implemented