File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
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"
3435#include " TInterpreter.h"
3536#include " TError.h"
3637#include " TObjArray.h"
@@ -307,7 +308,7 @@ TClass *TStreamerElement::GetClassPointer() const
307308Int_t TStreamerElement::GetExecID () const
308309{
309310 TClass* const type = GetClassPointer ();
310- if (!type || !(type->InheritsFrom (TRef::Class ()) || type->InheritsFrom (TRefArray::Class ()))) return 0 ;
311+ if (!type || !(type->InheritsFrom (TRef::Class ()) || type->InheritsFrom (TRefArray::Class ()) || type-> InheritsFrom ( TRefProxy::Class ()) )) return 0 ;
311312
312313 // if the UniqueID of this element has already been set, we assume
313314 // that it contains the exec id of a TRef object.
You can’t perform that action at this time.
0 commit comments