summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalXCodeGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-01-13 15:25:32 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-01-13 15:25:32 (GMT)
commit8d989d1788252066c18de99d6df004abaa888dda (patch)
tree6ccbdcb1373bd550f7dfe4a67e4ee6d2ab0ebd57 /Source/cmGlobalXCodeGenerator.h
parentb003f56f8550614419f63c0c1530d7baa2871372 (diff)
parent2cbf031190e6b7981974e452c49dafd73dea4a4b (diff)
downloadCMake-8d989d1788252066c18de99d6df004abaa888dda.zip
CMake-8d989d1788252066c18de99d6df004abaa888dda.tar.gz
CMake-8d989d1788252066c18de99d6df004abaa888dda.tar.bz2
Merge topic 'constify'
2cbf0311 cmGlobalGenerator: Make SelectMakeProgram const. b4ff38a5 cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const 8aeddf1f cmGlobalGenerator: Make some API const. 8fd0f2a7 cmGeneratorTarget: Hold a const global generator. 46315320 cmComputeLinkDepends: Hold a const global generator.
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 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(