cmMakefile: Use member directly instead of through method.

This function will not be around much longer anyway.
This commit is contained in:
Stephen Kelly 2015-06-06 14:39:27 +02:00
parent 8bfaadfa39
commit 080489b8a9
1 changed files with 1 additions and 1 deletions

View File

@ -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;