]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Filters/Image/RandomWalker.hxx
...
[FrontAlgorithms.git] / lib / fpa / Filters / Image / RandomWalker.hxx
index 075622910c63b93c162bc6c675eb18916320e84f..664e7d7e83710f8f9b2790ca520783b3a94438a4 100644 (file)
@@ -31,7 +31,7 @@ GetInputImage( ) const
 template< class _TInputImage, class _TLabelImage, class _TCost, class _TTraits >
 void
 fpa::Filters::Image::RandomWalker< _TInputImage, _TLabelImage, _TCost, _TTraits >::
-SetInputImage( TInputImage* i )
+SetInputImage( const TInputImage* i )
 {
   this->SetInput( i );
 }