Ignore:
Timestamp:
03/31/03 10:37:56 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MCT1ReadAscii.cc

    r1668 r1880  
    9696// Add this file as the last entry in the chain
    9797//
    98 void MCT1ReadAscii::AddFile(const char *txt)
     98Int_t MCT1ReadAscii::AddFile(const char *txt, Int_t)
    9999{
    100100    TNamed *name = new TNamed(txt, "");
    101101    fFileNames->AddLast(name);
     102    return 1;
    102103}
    103104
     
    299300    return kTRUE;
    300301}
    301 
Note: See TracChangeset for help on using the changeset viewer.