Ignore:
Timestamp:
06/14/08 17:21:48 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/MagicSoft/Mars/mtools/MCalendar.cc

    r8750 r8958  
    916916}
    917917
    918 void MCalendar::Paint(Option_t *o)
     918void MCalendar::Paint(Option_t *opt)
    919919{
    920920    /*
     
    12671267void MCalendar::Remove(Int_t align)
    12681268{
    1269     const TString cont = fEnv->GetValue("Contents", "");
    1270     TObjArray *arr = cont.Tokenize(" ");
     1269    TObjArray *arr = TString(fEnv->GetValue("Contents", "")).Tokenize(" ");
    12711270
    12721271    TIter Next(arr);
Note: See TracChangeset for help on using the changeset viewer.