- Timestamp:
- 01/21/05 11:12:15 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5921 r5924 20 20 21 21 -*-*- 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 22 28 23 29 2005/01/20 Thomas Bretz -
trunk/MagicSoft/Mars/mfbase/MF.cc
r5911 r5924 402 402 TString MF::GetDataMember() const 403 403 { 404 return fF ? fF->GetDataMember() :"";404 return fF ? fF->GetDataMember() : (TString)""; 405 405 } 406 406
Note:
See TracChangeset
for help on using the changeset viewer.