Ignore:
Timestamp:
05/15/04 17:51:53 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MGMap.cc

    r4058 r4078  
    123123// Constructor. For more details see TExMap
    124124//
    125 MGMap::MGMap(Int_t mapSize = 100) : TExMap(mapSize)//, fToolTip(0)
     125MGMap::MGMap(Int_t mapSize) : TExMap(mapSize)//, fToolTip(0)
    126126{
    127127//    fToolTip = new TGToolTip(0, "", 0);
     
    335335// Paint all elements to the pad by calling their Paint() function
    336336//
    337 void MGMap::Paint(Option_t *o="")
     337void MGMap::Paint(Option_t *o)
    338338{
    339339    Long_t key, val;
Note: See TracChangeset for help on using the changeset viewer.