]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/BasicFilters/BinaryThresholdImageFilter.cxx
...
[cpPlugins.git] / lib / cpPlugins / Plugins / BasicFilters / BinaryThresholdImageFilter.cxx
index 09ba2c3f1ba5513ab4be6bfdc4da1d6351487f4e..19561125bf368da562dc40a7d5cc74b28de590d7 100644 (file)
@@ -9,7 +9,7 @@ BinaryThresholdImageFilter( )
   : Superclass( )
 {
   this->_AddInput( "Input" );
-  this->_MakeOutput< cpPlugins::Interface::Image >( "Output" );
+  this->_AddOutput< cpPlugins::Interface::Image >( "Output" );
 
   this->m_Parameters->ConfigureAsReal( "LowerThresholdValue" );
   this->m_Parameters->ConfigureAsReal( "UpperThresholdValue" );