]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/BasicFilters/Cutter.cxx
...
[cpPlugins.git] / lib / cpPlugins / Plugins / BasicFilters / Cutter.cxx
index d0907b41e6429badcc34a3c3cffeb474bc9afb46..3d3104f90b562239ce544450a398d31ffbb94b30 100644 (file)
@@ -15,7 +15,7 @@ Cutter( )
 {
   this->_AddInput( "InputMesh" );
   this->_AddInput( "InputFunction" );
-  this->_MakeOutput< cpPlugins::Interface::Mesh >( "Output" );
+  this->_AddOutput< cpPlugins::Interface::Mesh >( "Output" );
 }
 
 // -------------------------------------------------------------------------