Changeset 855 for trunk/MagicSoft/Mars/mbase/MParList.cc
- Timestamp:
- 07/05/01 13:23:12 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParList.cc
r852 r855 265 265 // itself) to unchanged 266 266 // 267 void MParList::Set HasChanged(Bool_t flag)267 void MParList::SetReadyToSave(Bool_t flag) 268 268 { 269 269 TIter Next(&fContainer); … … 275 275 // 276 276 while ( (cont=(MParContainer*)Next()) ) 277 cont->Set HasChanged(flag);278 279 MParContainer::Set HasChanged(flag);277 cont->SetReadyToSave(flag); 278 279 MParContainer::SetReadyToSave(flag); 280 280 } 281 281
Note:
See TracChangeset
for help on using the changeset viewer.