File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131#include " TList.h"
3232#include " TRef.h"
3333#include " TRefArray.h"
34- #include " TRefProxy .h"
34+ #include " TVirtualRefProxy .h"
3535#include " TInterpreter.h"
3636#include " TError.h"
3737#include " TObjArray.h"
@@ -308,7 +308,7 @@ TClass *TStreamerElement::GetClassPointer() const
308308Int_t TStreamerElement::GetExecID () const
309309{
310310 TClass* const type = GetClassPointer ();
311- if (!type || !(type->InheritsFrom (TRef::Class ()) || type->InheritsFrom (TRefArray::Class ()) || type->InheritsFrom (TRefProxy ::Class ()))) return 0 ;
311+ if (!type || !(type->InheritsFrom (TRef::Class ()) || type->InheritsFrom (TRefArray::Class ()) || type->InheritsFrom (TVirtualRefProxy ::Class ()))) return 0 ;
312312
313313 // if the UniqueID of this element has already been set, we assume
314314 // that it contains the exec id of a TRef object.
You can’t perform that action at this time.
0 commit comments