Ignore:
Timestamp:
11/21/13 17:25:47 (11 years ago)
Author:
tbretz
Message:
Removed unused arguments to suppress compiler warning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mfileio/MRead.h

    r6499 r17337  
    2727    MFilter *GetSelector() { return fSelector; }
    2828
    29     virtual Int_t AddFile(const char *fname, Int_t entries=-1) { return -1; }
     29    virtual Int_t AddFile(const char */*fname*/, Int_t /*entries*/=-1) { return -1; }
    3030    Int_t AddFiles(MDirIter &dir);
    3131
Note: See TracChangeset for help on using the changeset viewer.