diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-01-10 12:19:15 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-12 19:18:11 (GMT) |
commit | 8fd0f2a7186aebb67628bf0c0c6d63878aa7674f (patch) | |
tree | 342e4725ff3496eefd87dcb702f934e1183b53ff /Source/cmGeneratorTarget.h | |
parent | 46315320abc81bbef139131f754aaab6b39b0a41 (diff) | |
download | CMake-8fd0f2a7186aebb67628bf0c0c6d63878aa7674f.zip CMake-8fd0f2a7186aebb67628bf0c0c6d63878aa7674f.tar.gz CMake-8fd0f2a7186aebb67628bf0c0c6d63878aa7674f.tar.bz2 |
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 17a223a..a4caba1 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; |