]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnCut.h
Bugfix: function SetEvent() in AliRsnTarget needs to be virtual, since it is overload...
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnCut.h
index 740925c956928c61dae3faff679569d226f764b0..c9771938122a7fd5406327179b8d71ce0ff17244 100644 (file)
@@ -29,7 +29,7 @@ class AliRsnCut : public AliRsnTarget
     AliRsnCut(const char *name, RSNTARGET target, Double_t dmin, Double_t dmax=0., Int_t    imin=0 , Int_t    imax=0 );
     AliRsnCut(const AliRsnCut& copy);
     AliRsnCut& operator=(const AliRsnCut& copy);
-    virtual ~AliRsnCut() { fEvent = 0x0; };
+    virtual ~AliRsnCut() { };
     
     Int_t            GetMinI()                  {return fMinI;}
     Int_t            GetMaxI()                  {return fMaxI;}