An error occurred while retrieving diff files
To avoid a fatal error in MakeRealCode on SGI with gcc2.95, replace:
Char_t* prefix = (isMethod ? Form("%s::", classname) : ""); Char_t* cv_qual = (isMethod ? "" : "static "); by const Char_t* prefix = (isMethod ? Form("%s::", classname) : ""); const Char_t* cv_qual = (isMethod ? "" : "static "); git-svn-id: http://root.cern.ch/svn/root/trunk@469 27541ba8-7e3a-0410-8455-c3a389f83636
Loading
Please register or sign in to comment