]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTBronchi/MoriSegmentation.cxx
...
[FrontAlgorithms.git] / appli / CTBronchi / MoriSegmentation.cxx
index dcbae23addd5d556e37814759cf05673691874e9..f5ca8c5f1bcd23a0a28631b4ecdd1269b4c7c467 100644 (file)
@@ -45,7 +45,7 @@ void ReadImage( _TImagePtr& image, const std::string& fname )
 
 // -------------------------------------------------------------------------
 template< class _TImage >
-void WriteImage( const _TImage*image, const std::string& fname )
+void WriteImage( const _TImage* image, const std::string& fname )
 {
   typedef itk::ImageFileWriter< _TImage > _TWriter;
   typename _TWriter::Pointer writer = _TWriter::New( );