Ignore:
Timestamp:
07/05/01 13:23:12 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MParList.cc

    r852 r855  
    265265//   itself) to unchanged
    266266//
    267 void MParList::SetHasChanged(Bool_t flag)
     267void MParList::SetReadyToSave(Bool_t flag)
    268268{
    269269    TIter Next(&fContainer);
     
    275275    //
    276276    while ( (cont=(MParContainer*)Next()) )
    277         cont->SetHasChanged(flag);
    278 
    279     MParContainer::SetHasChanged(flag);
     277        cont->SetReadyToSave(flag);
     278
     279    MParContainer::SetReadyToSave(flag);
    280280}
    281281
Note: See TracChangeset for help on using the changeset viewer.