Ignore:
Timestamp:
06/23/03 13:52:21 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2210 r2214  
    118118    TIter Next(fContainer);
    119119    TObject *o;
    120     while (o=Next())
     120    while ((o=Next()))
    121121        if (o->TestBit(kCanDelete))
    122122            delete fContainer->Remove(o);
Note: See TracChangeset for help on using the changeset viewer.