]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/BasicFilters/BinaryErodeImageFilter.cxx
...
[cpPlugins.git] / lib / cpPlugins / Plugins / BasicFilters / BinaryErodeImageFilter.cxx
index 55b2eedfab3b9b209c6ac088e098337e4b4d5306..fb9d6ea704476436de736fccc1d4deaff65f334e 100644 (file)
@@ -11,7 +11,7 @@ BinaryErodeImageFilter( )
   : Superclass( )
 {
   this->_AddInput( "Input" );
-  this->_MakeOutput< cpPlugins::Interface::Image >( "Output" );
+  this->_AddOutput< cpPlugins::Interface::Image >( "Output" );
 
   this->m_Parameters->ConfigureAsUint( "Radius" );
   this->m_Parameters->SetUint( "Radius", 2 );