]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/BasicFilters/RGBImageToOtherChannelsFilter.cxx
...
[cpPlugins.git] / lib / cpPlugins / Plugins / BasicFilters / RGBImageToOtherChannelsFilter.cxx
index f06cda81fff5b0c477b35c6ea3e9a9606c3dfe3b..700043d032dc1f5920cc275fbc05fbc647f65e4f 100644 (file)
@@ -13,7 +13,7 @@ RGBImageToOtherChannelsFilter( )
 {
   typedef cpPlugins::Interface::Parameters TParameters;
 
-  this->_AddInput( "Input" );
+  this->_AddInput( "Input", true );
   this->_AddOutput< cpPlugins::Interface::Image >( "Output" );
 
   std::vector< std::string > choices;