summaryrefslogtreecommitdiff
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-05-31 13:53:19 +0200
committerBrad King <brad.king@kitware.com>2016-06-01 11:12:58 -0400
commit2175e5bfa5a2f9f08d6f4f4db652b8f5fae08d79 (patch)
tree0d6525824d5d2b212671d15391d39944a52dccdd /Source/cmGlobalXCodeGenerator.h
parentd6754d37d593a0189809dcf98bc4fdf3a609f0a3 (diff)
downloadcmake-2175e5bfa5a2f9f08d6f4f4db652b8f5fae08d79.tar.gz
cmGlobalGenerator: Make IsMultiConfig() const
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.h')
-rw-r--r--Source/cmGlobalXCodeGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalXCodeGenerator.h b/Source/cmGlobalXCodeGenerator.h
index 2ca4c19dc1..0485d4f943 100644
--- a/Source/cmGlobalXCodeGenerator.h
+++ b/Source/cmGlobalXCodeGenerator.h
@@ -79,7 +79,7 @@ public:
/** Return true if the generated build tree may contain multiple builds.
i.e. "Can I build Debug and Release in the same tree?" */
- virtual bool IsMultiConfig();
+ virtual bool IsMultiConfig() const;
virtual bool SetGeneratorToolset(std::string const& ts, cmMakefile* mf);
void AppendFlag(std::string& flags, std::string const& flag);