cmMakefile: Use member directly instead of through method.
This function will not be around much longer anyway.
This commit is contained in:
parent
8bfaadfa39
commit
080489b8a9
@ -105,7 +105,7 @@ public:
|
|||||||
++it;
|
++it;
|
||||||
if(it == this->VarStack.rend())
|
if(it == this->VarStack.rend())
|
||||||
{
|
{
|
||||||
cmLocalGenerator* plg = mf->GetLocalGenerator()->GetParent();
|
cmLocalGenerator* plg = mf->LocalGenerator->GetParent();
|
||||||
if(!plg)
|
if(!plg)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user