Changeset 5924 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/21/05 11:12:15 (20 years ago)
Author:
fgoebel
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5921 r5924  
    2020
    2121                                                 -*-*- END OF LINE -*-*-
     22
     23 2005/01/21 Florian Goebel
     24
     25   * mfbase/MF.cc:
     26     - include a (TString) cast to make it compilable with gcc2.95.3
     27
    2228
    2329 2005/01/20 Thomas Bretz
  • trunk/MagicSoft/Mars/mfbase/MF.cc

    r5911 r5924  
    402402TString MF::GetDataMember() const
    403403{
    404     return fF ? fF->GetDataMember() : "";
     404  return fF ? fF->GetDataMember() : (TString)"";
    405405}
    406406
Note: See TracChangeset for help on using the changeset viewer.