]> Creatis software - cpPlugins.git/blobdiff - plugins/cpExtensions/PolyLineParametricPathToSimple3DCurve.cxx
...
[cpPlugins.git] / plugins / cpExtensions / PolyLineParametricPathToSimple3DCurve.cxx
index 21760ce38823931f05726ed2925d7a95024dd2bb..7b2b853ebf2a4a538d00763f0aa0ab87afeb536c 100644 (file)
@@ -14,7 +14,7 @@ PolyLineParametricPathToSimple3DCurve( )
   this->_ConfigureInput< cpInstances::PolyLineParametricPath >(
     "Input", true, false
     );
-  this->_ConfigureOutput< cpInstances::Simple3DCurve >( "Output" );
+  this->_ConfigureOutput< cpInstances::DataObjects::Simple3DCurve >( "Output" );
   this->m_Parameters.ConfigureAsUint( "NumberOfSamples", 0 );
 }