]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSDigitizer.cxx
Removing warnings (Sun)
[u/mrichter/AliRoot.git] / ITS / AliITSDigitizer.cxx
index c1fb2b47ca674c2b10149911f096d9fc9bbf4755..5112560cd019e86df6868391c75c9faf541a791a 100644 (file)
@@ -138,7 +138,7 @@ void AliITSDigitizer::Exec(Option_t* opt){
     //      none.
 
     char name[20] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
-    char *all;
+    const char *all;
     const char *det[3] = {strstr(opt,"SPD"),strstr(opt,"SDD"),
                           strstr(opt,"SSD")};
     if( !det[0] && !det[1] && !det[2] ) all = "All";