From 6226e722a440b16cd35bb126353f6a14ff86bccf Mon Sep 17 00:00:00 2001 From: Orkisz Date: Tue, 9 Feb 2016 16:07:52 +0100 Subject: [PATCH] little error on Windows solved --- lib/cpPlugins/Interface/ProcessObject.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cpPlugins/Interface/ProcessObject.cxx b/lib/cpPlugins/Interface/ProcessObject.cxx index 1d92298..364816a 100644 --- a/lib/cpPlugins/Interface/ProcessObject.cxx +++ b/lib/cpPlugins/Interface/ProcessObject.cxx @@ -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( ) ) { -- 2.45.1