From bfcf9ccdeeb86a800841fb87770a854baecaab76 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 28 Jan 2005 05:49:29 +0000 Subject: [PATCH] Fix on [Bug PAL7900] g++ 3.3 compatibility --- src/SALOMEDS/SALOMEDS_SObject_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOMEDS/SALOMEDS_SObject_i.cxx b/src/SALOMEDS/SALOMEDS_SObject_i.cxx index 6af22bf1c..1d95e8bd1 100644 --- a/src/SALOMEDS/SALOMEDS_SObject_i.cxx +++ b/src/SALOMEDS/SALOMEDS_SObject_i.cxx @@ -188,7 +188,7 @@ namespace SALOMEDS{ TAttrID2FunMap::const_iterator anEnd = __AttrID2FunMap__.end(); for(; anIter != anEnd; anIter++){ const TAttrID2FunMap::key_type& aKey = anIter->first; - const TAttrID2FunMap::data_type& aValue = anIter->second; + const TAttrID2FunMap::mapped_type& aValue = anIter->second; __GUID2AttrIDMap__[aValue.myGetGUID()] = aKey; }; -- 2.39.2