summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.cxx
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-05-31 11:53:19 (GMT)
committerBrad King <brad.king@kitware.com>2016-06-01 15:12:58 (GMT)
commit2175e5bfa5a2f9f08d6f4f4db652b8f5fae08d79 (patch)
tree0d6525824d5d2b212671d15391d39944a52dccdd /Source/cmGlobalXCodeGenerator.cxx
parentd6754d37d593a0189809dcf98bc4fdf3a609f0a3 (diff)
downloadCMake-2175e5bfa5a2f9f08d6f4f4db652b8f5fae08d79.zip
CMake-2175e5bfa5a2f9f08d6f4f4db652b8f5fae08d79.tar.gz
CMake-2175e5bfa5a2f9f08d6f4f4db652b8f5fae08d79.tar.bz2
cmGlobalGenerator: Make IsMultiConfig() const
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r--Source/cmGlobalXCodeGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
index 6628cfc..b666594 100644
--- a/Source/cmGlobalXCodeGenerator.cxx
+++ b/Source/cmGlobalXCodeGenerator.cxx
@@ -3437,7 +3437,7 @@ std::string cmGlobalXCodeGenerator::ComputeInfoPListLocation(
// Return true if the generated build tree may contain multiple builds.
// i.e. "Can I build Debug and Release in the same tree?"
-bool cmGlobalXCodeGenerator::IsMultiConfig()
+bool cmGlobalXCodeGenerator::IsMultiConfig() const
{
// Old Xcode 1.5 is single config:
if (this->XcodeVersion == 15) {