]> Creatis software - cpPlugins.git/blobdiff - plugins/ITKSliceFilters/CPRImageFilter.cxx
...
[cpPlugins.git] / plugins / ITKSliceFilters / CPRImageFilter.cxx
index 60de5f5a82630fbc8e3291e7c657be9b7c2b67c6..9e6b8a8c3b15c7df2744ccbcf692ce05dcfa9771 100644 (file)
@@ -13,7 +13,7 @@ CPRImageFilter( )
   : Superclass( )
 {
   typedef cpInstances::DataObjects::Image         _TImage;
-  typedef cpInstances::Simple3DCurve _TCurve;
+  typedef cpInstances::DataObjects::Simple3DCurve _TCurve;
   this->_ConfigureInput< _TImage >( "Image", true, false );
   this->_ConfigureInput< _TCurve >( "Curve", true, false );
   this->_ConfigureOutput< _TImage >( "Output" );