]> Creatis software - cpPlugins.git/blobdiff - appli/examples/example_ReadImageSeriesWriteImage.cxx
Examples updated
[cpPlugins.git] / appli / examples / example_ReadImageSeriesWriteImage.cxx
index 6825bd2b8c296f1b34ba195692ae590973061073..6446d78def2f8ebf63c45ec84703aff15e257d30 100644 (file)
@@ -37,7 +37,7 @@ int main( int argc, char* argv[] )
   cpPlugins::Interface::ProcessObject::Pointer writer;
 
   reader =
-    plugins.CreateProcessObject( "cpPlugins::Plugins::ImageSeriesReader" );
+    plugins.CreateProcessObject( "cpPlugins::Plugins::ImageReader" );
   if( reader.IsNull( ) )
   {
     std::cerr << "No suitable reader found in plugins." << std::endl;