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

When making the previous change (rev 13300 Nov 21 2007) rdm forgot to increment

the TEnv version number. This patch fixes the report:
 <http://savannah.cern.ch/bugs/?37270>


git-svn-id: http://root.cern.ch/svn/root/trunk@24087 27541ba8-7e3a-0410-8455-c3a389f83636
parent acc75d00
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ public:
virtual void PrintEnv(EEnvLevel level = kEnvAll) const;
Bool_t IgnoreDuplicates(Bool_t ignore);
ClassDef(TEnv,1) // Handle ROOT configuration resources
ClassDef(TEnv,2) // Handle ROOT configuration resources
};
R__EXTERN TEnv *gEnv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment