diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-01-10 13:19:15 +0100 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-12 20:18:11 +0100 |
commit | 8fd0f2a7186aebb67628bf0c0c6d63878aa7674f (patch) | |
tree | 342e4725ff3496eefd87dcb702f934e1183b53ff /Source/cmGeneratorTarget.h | |
parent | 46315320abc81bbef139131f754aaab6b39b0a41 (diff) | |
download | cmake-8fd0f2a7186aebb67628bf0c0c6d63878aa7674f.tar.gz |
cmGeneratorTarget: Hold a const global generator.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 17a223a418..a4caba1dfe 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -50,7 +50,7 @@ public: cmTarget* Target; cmMakefile* Makefile; cmLocalGenerator* LocalGenerator; - cmGlobalGenerator* GlobalGenerator; + cmGlobalGenerator const* GlobalGenerator; std::string ModuleDefinitionFile; |