summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-10 12:19:15 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-01-12 19:18:11 (GMT)
commit8fd0f2a7186aebb67628bf0c0c6d63878aa7674f (patch)
tree342e4725ff3496eefd87dcb702f934e1183b53ff /Source/cmGeneratorTarget.h
parent46315320abc81bbef139131f754aaab6b39b0a41 (diff)
downloadCMake-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.h2
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;