]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliCalorimeter.h
Removing warnings (Sun)
[u/mrichter/AliRoot.git] / RALICE / AliCalorimeter.h
index 8bac7621ec393592bebfcb6680c5a38937d269ce..3628c79b38f4d6cd803731d85004221512700027 100644 (file)
@@ -26,7 +26,7 @@ class AliCalorimeter : public TNamed
   AliCalorimeter(Int_t nrow,Int_t ncol);           // Create a calorimeter matrix
   virtual ~AliCalorimeter();                       // Destructor
   AliCalorimeter(AliCalorimeter& c);               // Copy constructor
-  virtual TObject* Clone(char* name="");           // Make a deep copy and provide pointer of the copy
+  virtual TObject* Clone(const char* name="");           // Make a deep copy and provide pointer of the copy
   Int_t GetNrows();                                // Return number of rows of the matrix
   Int_t GetNcolumns();                             // Return number of columns of the matrix
   void SetSignal(Int_t row,Int_t col,Float_t s);   // Set signal for a certain module