Ignore:
Timestamp:
07/13/03 19:01:14 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2273 r2275  
    2727{
    2828private:
    29     Int_t fArgc;
    30     TList fArgv;
     29    Int_t  fArgc;
     30    TList *fArgv; //->
    3131
    3232public:
    3333    MArgs(int argc, const char **argv);
     34    ~MArgs();
    3435
    3536    void Print(const Option_t *o="") const;
Note: See TracChangeset for help on using the changeset viewer.