]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenReaderTreeK.cxx
Fix for bug #60085: compilation error due to build system. The LANGUAGE variable...
[u/mrichter/AliRoot.git] / EVGEN / AliGenReaderTreeK.cxx
index 09f54ff32acb6373a3394706f8c23ceeda62cf12..5f31a5b7312b6acc056c34fd1e3836dddf6b7b5a 100644 (file)
@@ -79,7 +79,7 @@ void AliGenReaderTreeK::Init()
 // Initialization
 // Connect base file and file to read from
 
-    TTree *ali = AliRunLoader::GetRunLoader()->TreeE();
+    TTree *ali = AliRunLoader::Instance()->TreeE();
     if (ali) {
       fBaseFile = ali->GetCurrentFile();
     } else {