]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/ImageReader.cxx
...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / ImageReader.cxx
index 900940bfcaf97c7a9d0e22149e1a56065d55b700..de091b1ded850503e7cb9b6f261f8800ab92160e 100644 (file)
@@ -317,7 +317,7 @@ template< class I >
 std::string cpPlugins::IO::ImageReader::
 _RealGD( const TStringList& names )
 {
-  auto out = this->GetOutputData< cpPlugins::Interface::Image >( "Output" );
+  auto out = this->GetOutputData( "Output" );
   std::string r = "";
   if( names.size( ) == 1 )
   {