X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HBTAN%2FAliHBTLLWeightsPID.h;h=ee6aa71f3c7817014033ed3384242eda7e43e242;hp=4e3de1ad6d1c8c06fac724028c334c6981bd9fcc;hb=80ea831f7c0304973842ba44b9e2ab9ada77e3c4;hpb=7be13e68ad582a713e6880ffe6a1f5f2fa1f5900 diff --git a/HBTAN/AliHBTLLWeightsPID.h b/HBTAN/AliHBTLLWeightsPID.h index 4e3de1ad6d1..ee6aa71f3c7 100644 --- a/HBTAN/AliHBTLLWeightsPID.h +++ b/HBTAN/AliHBTLLWeightsPID.h @@ -18,11 +18,11 @@ class AliHBTLLWeightsPID: public TObject { public: AliHBTLLWeightsPID(); - AliHBTLLWeightsPID(const AliHBTLLWeightsPID &source) { + AliHBTLLWeightsPID(const AliHBTLLWeightsPID &source):TObject(source) { //Copy ctor needed by the coding conventions but not used Fatal("AliHBTLLWeightsPID","copy ctor not implemented"); } - AliHBTLLWeightsPID & operator=(const AliHBTLLWeightsPID &source) { + AliHBTLLWeightsPID & operator=(const AliHBTLLWeightsPID &/*source*/) { //Assignment operator needed by the coding conventions but not used Fatal("AliHBTLLWeightsPID","assignment operator not implemented"); return * this;