]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added missing DTOR
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 May 2012 12:03:37 +0000 (12:03 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 May 2012 12:03:37 +0000 (12:03 +0000)
PWGLF/FORWARD/analysis2/AliForwardFlowWeights.cxx

index 44e8b34db370bf6890b083436d508388dd48fbf5..ecab4347d9fb53edd21309fae43a681de8e0a2fb 100644 (file)
@@ -37,6 +37,10 @@ AliForwardFlowWeights::operator=(const AliForwardFlowWeights& o)
 
   return *this;
 }
+//____________________________________________________________________
+AliForwardFlowWeights::~AliForwardFlowWeights()
+{
+}
 
 namespace {
   const char* fgkPt2Name = "v22VsPt";