X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=VZERO%2FAliVZEROv0.cxx;fp=VZERO%2FAliVZEROv0.cxx;h=410d219e014ebb37c96406dc1f7b13db6dd77d2d;hb=660318cab02342e0da28f73e816633dafebb8214;hp=3d2bcab9f4c8c4d8932683e401f2a07a50b596b2;hpb=265b5f821eb62a964858f7675c3b6cf866d2fcc7;p=u%2Fmrichter%2FAliRoot.git diff --git a/VZERO/AliVZEROv0.cxx b/VZERO/AliVZEROv0.cxx index 3d2bcab9f4c..410d219e014 100755 --- a/VZERO/AliVZEROv0.cxx +++ b/VZERO/AliVZEROv0.cxx @@ -1530,14 +1530,14 @@ void AliVZEROv0::MakeBranch(Option_t *option) sprintf(branchname,"%s",GetName()); printf(" fBufferSize = %d \n",fBufferSize); - char *H = strstr(option,"H"); + const char *H = strstr(option,"H"); if (fHits && gAlice->TreeH() && H) { gAlice->TreeH()->Branch(branchname,&fHits, fBufferSize); printf("* AliDetector::MakeBranch * Making Branch %s for hits\n",branchname); } - char *D = strstr(option,"D"); + const char *D = strstr(option,"D"); // if (fDigits && gAlice->TreeD() && D) { gAlice->TreeD()->Branch(branchname,&fDigits, fBufferSize);