Changeset 1384 in Sophya for trunk/SophyaLib/BaseTools


Ignore:
Timestamp:
Jan 12, 2001, 6:29:21 PM (25 years ago)
Author:
yvon
Message:

Un cast de compatibilite Mac ligne 354

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/dvlist.cc

    r1363 r1384  
    352352{
    353353ValList::const_iterator it = mvlist.find(key);
    354 if (it == mvlist.end()) return(MuTyV(0));
     354if (it == mvlist.end()) return(MuTyV( (long) 0));
    355355else return((*it).second.elval);
    356356}
Note: See TracChangeset for help on using the changeset viewer.