Skip to content
Snippets Groups Projects
Commit 44b0e253 authored by Philippe Canal's avatar Philippe Canal
Browse files

Readd unadvertently removed call to TCint::TypeName

git-svn-id: http://root.cern.ch/svn/root/trunk@24106 27541ba8-7e3a-0410-8455-c3a389f83636
parent 33b9b937
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ const char *TGlobal::GetTypeName() const ...@@ -75,7 +75,7 @@ const char *TGlobal::GetTypeName() const
// Get type of global variable, e,g.: "class TDirectory*" -> "TDirectory". // Get type of global variable, e,g.: "class TDirectory*" -> "TDirectory".
// Result needs to be used or copied immediately. // Result needs to be used or copied immediately.
return gCint->DataMemberInfo_TypeName(fInfo); return gCint->TypeName(gCint->DataMemberInfo_TypeName(fInfo));
} }
//______________________________________________________________________________ //______________________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment