summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-10 12:51:29 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-01-12 19:18:11 (GMT)
commit2cbf031190e6b7981974e452c49dafd73dea4a4b (patch)
treea706fbe1d44948b8f13caff072551c5af5b26638 /Source/cmGlobalVisualStudioGenerator.h
parentb4ff38a5ef8bfae4d64ecc94346dd97134edb6ae (diff)
downloadCMake-2cbf031190e6b7981974e452c49dafd73dea4a4b.zip
CMake-2cbf031190e6b7981974e452c49dafd73dea4a4b.tar.gz
CMake-2cbf031190e6b7981974e452c49dafd73dea4a4b.tar.bz2
cmGlobalGenerator: Make SelectMakeProgram const.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.h')
-rw-r--r--Source/cmGlobalVisualStudioGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h
index 54e3c28..eab613d 100644
--- a/Source/cmGlobalVisualStudioGenerator.h
+++ b/Source/cmGlobalVisualStudioGenerator.h
@@ -110,7 +110,7 @@ protected:
private:
virtual std::string GetVSMakeProgram() = 0;
- void PrintCompilerAdvice(std::ostream&, std::string, const char*) {}
+ void PrintCompilerAdvice(std::ostream&, std::string, const char*) const {}
void ComputeTargetObjects(cmGeneratorTarget* gt) const;
void FollowLinkDepends(cmTarget const* target,