From 80ea831f7c0304973842ba44b9e2ab9ada77e3c4 Mon Sep 17 00:00:00 2001 From: skowron Date: Mon, 4 Aug 2003 15:36:44 +0000 Subject: [PATCH] Compilation warnings removed --- HBTAN/AliHBTLLWeightsPID.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.31.1