diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-01-10 12:51:29 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-12 19:18:11 (GMT) |
commit | 2cbf031190e6b7981974e452c49dafd73dea4a4b (patch) | |
tree | a706fbe1d44948b8f13caff072551c5af5b26638 /Source/cmGlobalXCodeGenerator.h | |
parent | b4ff38a5ef8bfae4d64ecc94346dd97134edb6ae (diff) | |
download | CMake-2cbf031190e6b7981974e452c49dafd73dea4a4b.zip CMake-2cbf031190e6b7981974e452c49dafd73dea4a4b.tar.gz CMake-2cbf031190e6b7981974e452c49dafd73dea4a4b.tar.bz2 |
cmGlobalGenerator: Make SelectMakeProgram const.
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h index 6281c3b..ae7f07e 100644 --- a/Source/cmGlobalXCodeGenerator.h +++ b/Source/cmGlobalXCodeGenerator.h @@ -212,7 +212,7 @@ protected: std::vector<cmXCodeObject*> XCodeObjects; cmXCodeObject* RootObject; private: - void PrintCompilerAdvice(std::ostream&, std::string, const char*) {} + void PrintCompilerAdvice(std::ostream&, std::string, const char*) const {} void ComputeTargetObjects(cmGeneratorTarget* gt) const; std::string GetObjectsNormalDirectory( |