Rename the ubiquitous _r pointer to RuntimeEnvironment to RR just to be a little more consistent about using _ to denote private member variables.
This commit is contained in:
@@ -99,7 +99,7 @@ public:
|
||||
throw();
|
||||
|
||||
private:
|
||||
const RuntimeEnvironment *_r;
|
||||
const RuntimeEnvironment *RR;
|
||||
|
||||
Thread _thread;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user