Salome HOME
Fix on [Bug PAL7900] g++ 3.3 compatibility
[modules/yacs.git] / src / SALOMEDS / SALOMEDS_SObject_i.cxx
index 6af22bf1c1575ceeccee3644f9183595ac5f94d8..1d95e8bd1d0eaaaf142a1feb2cab0ca83068c3e4 100644 (file)
@@ -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;
     };