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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MDirIter.h

    r2178 r2180  
    2929        fList.SetOwner();
    3030    }
    31     MDirIter(MDirIter &dir) : fNext(&fList), fDirPtr(NULL)
     31    MDirIter(const MDirIter &dir) : fNext(&fList), fDirPtr(NULL)
    3232    {
    3333        fList.SetOwner();
     
    6060    void SetFilter(const char *f="") { fFilter = f; }
    6161
    62     void Print(const Option_t *o="");
     62    void Print(const Option_t *o="") const;
    6363
    6464    ClassDef(MDirIter, 1) // Iterator for files in several directories (with filters)
Note: See TracChangeset for help on using the changeset viewer.