From 2578db8aebdcc65ba091b31a333085d0fbb34ad0 Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Fri, 3 Apr 2009 10:50:42 +0000 Subject: [PATCH] re-add unfortunately remove statement (fix revision 28090) git-svn-id: http://root.cern.ch/svn/root/trunk@28091 27541ba8-7e3a-0410-8455-c3a389f83636 --- tree/tree/src/TBranchElement.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/tree/tree/src/TBranchElement.cxx b/tree/tree/src/TBranchElement.cxx index 7b16259b109..52e0c0a56b1 100644 --- a/tree/tree/src/TBranchElement.cxx +++ b/tree/tree/src/TBranchElement.cxx @@ -2254,6 +2254,7 @@ void TBranchElement::InitializeOffsets() } { + Int_t streamerType = subBranchElement->GetType(); if (streamerType > TStreamerInfo::kObject && aSubBranch->GetListOfBranches()->GetEntries()==0 && CanSelfReference(subBranchElement->GetClass())) -- GitLab