Skip to content
Snippets Groups Projects
Commit efe2e103 authored by Rene Brun's avatar Rene Brun
Browse files

Small correction by Masa in TClass.cxx.

I have source of ROOT 2.23 and made a small fix in META_Class.cxx
line 270

OLD   if(realDataObject != gROOT) {

NEW   if(realDataObject && realDataObject != gROOT) {

This prevents browser segv when you click on class name.


git-svn-id: http://root.cern.ch/svn/root/trunk@479 27541ba8-7e3a-0410-8455-c3a389f83636
parent e98d04a8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment