From ddafd7d6fd22c03420e8ea298529ed74a685f033 Mon Sep 17 00:00:00 2001 From: zampolli Date: Sun, 30 Oct 2011 17:14:31 +0000 Subject: [PATCH] Method: TObjString::GetString() replaced with TObjString::String() in GetFile method (due to some changes in ROOT, the previous does not work anymore - thanks to Matthias for the advice!) --- SHUTTLE/TestShuttle/AliTestShuttle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SHUTTLE/TestShuttle/AliTestShuttle.cxx b/SHUTTLE/TestShuttle/AliTestShuttle.cxx index a1de133f99f..65b969d1c86 100644 --- a/SHUTTLE/TestShuttle/AliTestShuttle.cxx +++ b/SHUTTLE/TestShuttle/AliTestShuttle.cxx @@ -385,7 +385,7 @@ const char* AliTestShuttle::GetFile(Int_t system, const char* detector, const ch return 0; } - return fileName->GetString().Data(); + return fileName->String().Data(); } //______________________________________________________________________________________________ -- 2.43.5