Changeset 8958 for trunk/MagicSoft/Mars/mtools
- Timestamp:
- 06/14/08 17:21:48 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Mars/mtools/MCalendar.cc ¶
r8750 r8958 916 916 } 917 917 918 void MCalendar::Paint(Option_t *o )918 void MCalendar::Paint(Option_t *opt) 919 919 { 920 920 /* … … 1267 1267 void MCalendar::Remove(Int_t align) 1268 1268 { 1269 const TString cont = fEnv->GetValue("Contents", ""); 1270 TObjArray *arr = cont.Tokenize(" "); 1269 TObjArray *arr = TString(fEnv->GetValue("Contents", "")).Tokenize(" "); 1271 1270 1272 1271 TIter Next(arr);
Note:
See TracChangeset
for help on using the changeset viewer.