]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Compilation warnings removed
authorskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Aug 2003 15:36:44 +0000 (15:36 +0000)
committerskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 4 Aug 2003 15:36:44 +0000 (15:36 +0000)
HBTAN/AliHBTLLWeightsPID.h

index 4e3de1ad6d1c8c06fac724028c334c6981bd9fcc..ee6aa71f3c7817014033ed3384242eda7e43e242 100644 (file)
@@ -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;