]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/ProcessObject.cxx
little error on Windows solved
[cpPlugins.git] / lib / cpPlugins / Interface / ProcessObject.cxx
index 1d922988c494c1b619da241e901357501cbc1c6e..364816a4d094ae5c2df701dec48228ecc929ae05 100644 (file)
@@ -202,7 +202,7 @@ cpPlugins::Interface::ProcessObject::
 void cpPlugins::Interface::ProcessObject::
 _AddInput( const std::string& name, bool required )
 {
-  typedef typename _TInputs::value_type _TValue;
+//  typedef typename _TInputs::value_type _TValue;
   auto i = this->m_Inputs.find( name );
   if( i == this->m_Inputs.end( ) )
   {