Ignore:
Timestamp:
02/23/01 16:49:26 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r609 r651  
    2323ClassImp(MParList)
    2424
    25 MParList::MParList() : fNext(NULL)
     25MParList::MParList()
    2626{
    2727  //
     
    102102}
    103103
    104 TObject *MParList::FindObject(const char *name) const
     104MParContainer *MParList::FindObject(const char *name) const
    105105{
    106106    //
     
    108108    //  'name' is the name of the object you are searching for.
    109109    //
    110     return (TObject*)fContainer.FindObject(name);
     110    return (MParContainer*)fContainer.FindObject(name);
    111111}
    112112
Note: See TracChangeset for help on using the changeset viewer.