summaryrefslogtreecommitdiff
path: root/Source/cmInstallScriptGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmInstallScriptGenerator.h')
-rw-r--r--Source/cmInstallScriptGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallScriptGenerator.h b/Source/cmInstallScriptGenerator.h
index 338d866ef8..f7ee3f9a15 100644
--- a/Source/cmInstallScriptGenerator.h
+++ b/Source/cmInstallScriptGenerator.h
@@ -30,7 +30,7 @@ protected:
void GenerateScriptForConfig(std::ostream& os, const std::string& config,
Indent indent) override;
void AddScriptInstallRule(std::ostream& os, Indent indent,
- std::string const& script);
+ std::string const& script) const;
std::string const Script;
bool const Code;