Skip to content
Snippets Groups Projects
Commit 6cabb3e3 authored by Rene Brun's avatar Rene Brun
Browse files

-call TBuffer::ForceWriteInfo instead of TStreamerInfo::ForceWriteInfo

git-svn-id: http://root.cern.ch/svn/root/trunk@24222 27541ba8-7e3a-0410-8455-c3a389f83636
parent e9554290
No related branches found
No related tags found
No related merge requests found
...@@ -660,7 +660,7 @@ Int_t TStreamerBase::WriteBuffer (TBuffer &b, char *pointer) ...@@ -660,7 +660,7 @@ Int_t TStreamerBase::WriteBuffer (TBuffer &b, char *pointer)
args[0] = (ULong_t)&b; args[0] = (ULong_t)&b;
fMethod->SetParamPtrs(args); fMethod->SetParamPtrs(args);
fMethod->Execute((void*)(pointer+fOffset)); fMethod->Execute((void*)(pointer+fOffset));
fBaseClass->GetStreamerInfo()->ForceWriteInfo((TFile *)b.GetParent()); b.ForceWriteInfo(fBaseClass->GetStreamerInfo(),kFALSE);
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment