]> Creatis software - cpPlugins.git/commitdiff
little error on Windows solved
authorOrkisz <maciej.orkisz@creatis.insa-lyon.fr>
Tue, 9 Feb 2016 15:07:52 +0000 (16:07 +0100)
committerOrkisz <maciej.orkisz@creatis.insa-lyon.fr>
Tue, 9 Feb 2016 15:07:52 +0000 (16:07 +0100)
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( ) )
   {