]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Windows port
authoradam <adam>
Fri, 26 Feb 2010 10:42:52 +0000 (10:42 +0000)
committeradam <adam>
Fri, 26 Feb 2010 10:42:52 +0000 (10:42 +0000)
src/INTERP_KERNEL/Bases/InterpKernelStlExt.hxx

index 1dfa16bb0c12546bf08223fc603537eaf04a148a..6489109c4a78e3f9327dffc156f99692e8bbcd8e 100644 (file)
@@ -33,7 +33,7 @@ namespace INTERP_KERNEL
     };
 
     template<typename _T1, typename _T2>
-    inline void Construct(_T1* __p, const _T2& __value) { ::new(static_cast<void*>(__p)) _T1(__value); }
+    inline void Construct(_T1* __p, const _T2& __value__) { ::new(static_cast<void*>(__p)) _T1(__value__); }
 
     template<typename _Tp> inline void Destroy(_Tp* __pointer) { __pointer->~_Tp(); }
   }