X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MONITOR%2Fmonitor.C;h=01967e9253b072cc634f05916a035257a423be31;hb=67fc34c9893b6575f36ae1201ea677bd3b4d330c;hp=7a79d10bf3bb3d44e3efea955ea6d9eaf8ea957c;hpb=880d6abe35e4eda0655e306b5b20987ed93f20fc;p=u%2Fmrichter%2FAliRoot.git diff --git a/MONITOR/monitor.C b/MONITOR/monitor.C index 7a79d10bf3b..01967e9253b 100644 --- a/MONITOR/monitor.C +++ b/MONITOR/monitor.C @@ -26,8 +26,8 @@ void monitor(Bool_t batchMode = kFALSE, // make sure galice.root is there if (!gSystem->Which(".", "galice.root")) { gAlice->InitMC("$ALICE_ROOT/MONITOR/galice.C"); - AliRunLoader::GetRunLoader()->Write(); - delete AliRunLoader::GetRunLoader(); + AliRunLoader::Instance()->Write(); + delete AliRunLoader::Instance(); } // start the monitoring