We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549691f commit 1caa3e9Copy full SHA for 1caa3e9
core/meta/src/TStreamerElement.cxx
@@ -307,7 +307,7 @@ TClass *TStreamerElement::GetClassPointer() const
307
Int_t TStreamerElement::GetExecID() const
308
{
309
TClass* const type = GetClassPointer();
310
- if (!type || !(type->InheritsFrom(TRef::Class()) || type->InheritsFrom(TRefArray::Class()))) return 0;
+ if (!type || !(type->InheritsFrom(TRef::Class()) || type->InheritsFrom(TRefArray::Class()) || type->InheritsFrom("TRefProxy"))) return 0;
311
312
//if the UniqueID of this element has already been set, we assume
313
//that it contains the exec id of a TRef object.
0 commit comments