]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fixed implementation of destructor
authorpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 14 Jun 2011 16:47:41 +0000 (16:47 +0000)
committerpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 14 Jun 2011 16:47:41 +0000 (16:47 +0000)
PWG2/RESONANCES/AliRsnCutProton2010PP.h

index d91ab4a1bc75fcd74627c3218fc4f9437bbf01a7..fefc8789eab9a62bef272867164bd9ad0a470013 100644 (file)
@@ -18,7 +18,7 @@ class AliRsnCutProton2010PP : public AliRsnCut {
 public:
 
    AliRsnCutProton2010PP(const char *name = "");
-   virtual ~AliRsnCutProton2010PP();
+   virtual ~AliRsnCutProton2010PP() { }
    
    virtual Bool_t IsSelected(TObject *obj);