cmDefinitions: Use static member without this->.
This commit is contained in:
parent
191573f792
commit
7a5039fa6c
|
@ -31,7 +31,7 @@ cmDefinitions::Def const& cmDefinitions::GetInternal(
|
||||||
++rbegin;
|
++rbegin;
|
||||||
if(rbegin == rend)
|
if(rbegin == rend)
|
||||||
{
|
{
|
||||||
return this->NoDef;
|
return cmDefinitions::NoDef;
|
||||||
}
|
}
|
||||||
// Query the parent scope and store the result locally.
|
// Query the parent scope and store the result locally.
|
||||||
Def def = rbegin->GetInternal(key, rbegin, rend);
|
Def def = rbegin->GetInternal(key, rbegin, rend);
|
||||||
|
|
Loading…
Reference in New Issue