]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDrecPoint.cxx
Syntax fixes for the xlc compiler on MacOSX
[u/mrichter/AliRoot.git] / TRD / AliTRDrecPoint.cxx
index 9f7a99319ed65f3a8e9c4f53bec92d118c4b0c51..8183394f5ded328faebe5dc4800b1afe57247d9c 100644 (file)
@@ -96,7 +96,7 @@ void AliTRDrecPoint::AddDigit(Int_t digit)
   // Increase the size of the list if necessary
   if (fMulDigit >= fMaxDigit) { 
     fMaxDigit *= 2;
-    int *tempo = new (int[fMaxDigit])
+    int *tempo = new int[fMaxDigit]
     Int_t index; 
     for (index = 0; index < fMulDigit; index++)
       tempo[index] = fDigitsList[index];