X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=ITS%2FAliITSPid.h;h=e8e393537b387e7dd0229f0d97220d719a880a1e;hp=16e81527588c6ec87090f718bdae00427d7adfe2;hb=af363e0ca4c64c4b5febe94c8cd33d6eead22f2b;hpb=e8d02863afdd1db4bc9b2816ac38300565f4d8f3 diff --git a/ITS/AliITSPid.h b/ITS/AliITSPid.h index 16e81527588..e8e393537b3 100644 --- a/ITS/AliITSPid.h +++ b/ITS/AliITSPid.h @@ -48,7 +48,7 @@ protected: // copy constructor and assignment operator are protected // since they are not allowed AliITSPid(const AliITSPid &source); // copy constructor. - AliITSPid& operator=(const AliITSPid& /* source */); // = operator. + AliITSPid& operator=(const AliITSPid& source); // = operator. int Qcomp(Float_t* qa,Float_t* qb) const {return qa[0]>qb[0]?1:0;} Float_t Qtrm(Int_t track);