Ignore:
Timestamp:
02/28/01 10:43:58 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

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

    r651 r652  
    102102}
    103103
    104 MParContainer *MParList::FindObject(const char *name) const
     104TObject *MParList::FindObject(const char *name) const
    105105{
    106106    //
     
    108108    //  'name' is the name of the object you are searching for.
    109109    //
    110     return (MParContainer*)fContainer.FindObject(name);
     110    return (TObject*)fContainer.FindObject(name);
    111111}
    112112
  • trunk/MagicSoft/Mars/mbase/MParList.h

    r651 r652  
    4040    void SetLogStream(MLog *log);
    4141
    42     MParContainer *FindObject(const char *name) const;
     42    TObject *FindObject(const char *name) const;
    4343
    4444    void Print(Option_t *t = NULL);
Note: See TracChangeset for help on using the changeset viewer.