Skip to content

Commit 2aa462f

Browse files
committed
[core] add also TRefProxy TRefArrayProxy to the list of execs
1 parent 549691f commit 2aa462f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/meta/src/TStreamerElement.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ TClass *TStreamerElement::GetClassPointer() const
307307
Int_t TStreamerElement::GetExecID() const
308308
{
309309
TClass* const type = GetClassPointer();
310-
if (!type || !(type->InheritsFrom(TRef::Class()) || type->InheritsFrom(TRefArray::Class()))) return 0;
310+
if (!type || !(type->InheritsFrom(TRef::Class()) || type->InheritsFrom(TRefArray::Class()) || type->InheritsFrom("TRefProxy") || type->InheritsFrom("TRefArrayProxy"))) return 0;
311311

312312
//if the UniqueID of this element has already been set, we assume
313313
//that it contains the exec id of a TRef object.

0 commit comments

Comments
 (0)