]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/BasicFilters/RGBImageToOtherChannelsFilter.cxx
...
[cpPlugins.git] / lib / cpPlugins / Plugins / BasicFilters / RGBImageToOtherChannelsFilter.cxx
index 13e6732abc1bd7410ffd31e00ccbc321b3294613..433c0fae8bafc32d367c537553f89bb31d4a23df 100644 (file)
@@ -14,7 +14,7 @@ RGBImageToOtherChannelsFilter( )
   typedef cpPlugins::Interface::Parameters TParameters;
 
   this->_AddInput( "Input" );
-  this->_MakeOutput< cpPlugins::Interface::Image >( "Output" );
+  this->_AddOutput< cpPlugins::Interface::Image >( "Output" );
 
   std::vector< std::string > choices;
   choices.push_back( "HSV" );