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

Replace the following declarations

R__EXTERN TH1  *gCurrentHist; //these 3 globals should be replaced by class members
R__EXTERN Hoption_t Hoption;
R__EXTERN Hparam_t  Hparam;
by
extern TH1  *gCurrentHist; //these 3 globals should be replaced by class members
extern Hoption_t Hoption;
extern Hparam_t  Hparam;


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