Ignore:
Timestamp:
08/13/09 18:57:30 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9462 r9490  
    5656    // TObject
    5757    void Print(const Option_t *o="") const;
    58     void Print(const Option_t *o, const Option_t *o2) const { Print(o); }
     58    void Print(const Option_t *o, Option_t *) const         { Print(o); }
     59    void Print(const Option_t *o, Int_t) const              { Print(o); }
     60    void Print(const Option_t *o, const char*, Int_t) const { Print(o); }
     61    void Print(const Option_t *o, TPRegexp&, Int_t) const   { Print(o); }
    5962
    6063    ClassDef(MLut, 1) // A simple and fast easy-to-use look-up-table
Note: See TracChangeset for help on using the changeset viewer.