mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
cmDefinitions: Use static member without this->.
This commit is contained in:
@@ -31,7 +31,7 @@ cmDefinitions::Def const& cmDefinitions::GetInternal(
|
||||
++rbegin;
|
||||
if(rbegin == rend)
|
||||
{
|
||||
return this->NoDef;
|
||||
return cmDefinitions::NoDef;
|
||||
}
|
||||
// Query the parent scope and store the result locally.
|
||||
Def def = rbegin->GetInternal(key, rbegin, rend);
|
||||
|
||||
Reference in New Issue
Block a user