X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOMEDS%2FSALOMEDS_SObject_i.cxx;h=1d95e8bd1d0eaaaf142a1feb2cab0ca83068c3e4;hb=bfcf9ccdeeb86a800841fb87770a854baecaab76;hp=6af22bf1c1575ceeccee3644f9183595ac5f94d8;hpb=31d7f826d7d5bfd80aae310024965de13b0e15f8;p=modules%2Fyacs.git 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; };