]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDsegmentArrayBase.h
Removing warnings (Sun)
[u/mrichter/AliRoot.git] / TRD / AliTRDsegmentArrayBase.h
index 7a77b65caa9076d860e18120e30e822d2d449172..c4b7d7e28814cedf7086f4525029ac61aba00a37 100644 (file)
@@ -22,7 +22,7 @@ class AliTRDsegmentArrayBase: public TNamed {
  public:
 
   AliTRDsegmentArrayBase();
-  AliTRDsegmentArrayBase(Text_t *classname, Int_t n); 
+  AliTRDsegmentArrayBase(const char *classname, Int_t n); 
   AliTRDsegmentArrayBase(const AliTRDsegmentArrayBase &a);
   virtual ~AliTRDsegmentArrayBase();
   AliTRDsegmentArrayBase &operator=(const AliTRDsegmentArrayBase &a);
@@ -43,7 +43,7 @@ class AliTRDsegmentArrayBase: public TNamed {
   virtual void             StoreSegment(Int_t index);
           Bool_t           MakeDictionary(Int_t size);
 
-          Bool_t           SetClass(Text_t *classname);
+          Bool_t           SetClass(const char *classname);
  
           TClass          *GetClass() const { return fClass; };
           TTree           *GetTree() const  { return fTree;  };