]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/BasicFilters/MedianImageFilter.cxx
...
[cpPlugins.git] / lib / cpPlugins / Plugins / BasicFilters / MedianImageFilter.cxx
index da2f7f39e59b99b0fa0eff8e3308b86ca776e39f..a74714c6bb3a125ba7eb1a38218f2d0eabe3e180 100644 (file)
@@ -9,7 +9,7 @@ MedianImageFilter( )
   : 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", 3 );