cmComputeLinkDepends: Hold a const global generator.

This commit is contained in:
Stephen Kelly 2014-01-10 13:14:29 +01:00
parent 325ca1f253
commit 46315320ab
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ private:
cmTarget const* HeadTarget;
cmMakefile* Makefile;
cmLocalGenerator* LocalGenerator;
cmGlobalGenerator* GlobalGenerator;
cmGlobalGenerator const* GlobalGenerator;
cmake* CMakeInstance;
bool DebugMode;