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;
|
||||
if(it == this->VarStack.rend())
|
||||
{
|
||||
cmLocalGenerator* plg = mf->GetLocalGenerator()->GetParent();
|
||||
cmLocalGenerator* plg = mf->LocalGenerator->GetParent();
|
||||
if(!plg)
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue