Changeset 4461
- Timestamp:
- 08/04/04 13:30:20 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4460 r4461 97 97 * mfileio/Makefile, mfileio/FileIOLinkDef.h: 98 98 - updated 99 100 * mbase/MLog.cc: 101 - added missing kMustCleanup bit of fPlugins 99 102 100 103 -
trunk/MagicSoft/Mars/mbase/MLog.cc
r4452 r4461 157 157 fPlugins = new TList; 158 158 gROOT->GetListOfCleanups()->Add(fPlugins); 159 fPlugins->SetBit(kMustCleanup); 159 160 160 161 setp(&fBuffer, &fBuffer+1);
Note:
See TracChangeset
for help on using the changeset viewer.