We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549691f commit 2aa462fCopy full SHA for 2aa462f
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") || type->InheritsFrom("TRefArrayProxy"))) 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