summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-06-05 13:44:21 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-06-05 13:44:24 (GMT)
commitc6ea3f01c3e78145b8fd3dd534d8803d8f7e7bd7 (patch)
treef4cfbaf9a7901e46f8914351bd52ebe47a132d12 /Source/cmInstallGenerator.h
parent8a68a2ceb355621da21983c2571ead15d2b98dea (diff)
parentb1ec5deaf15be459658b8fb0392e4d4a4ec1a0dd (diff)
downloadCMake-c6ea3f01c3e78145b8fd3dd534d8803d8f7e7bd7.zip
CMake-c6ea3f01c3e78145b8fd3dd534d8803d8f7e7bd7.tar.gz
CMake-c6ea3f01c3e78145b8fd3dd534d8803d8f7e7bd7.tar.bz2
Merge topic 'lint-function-args'
b1ec5dea Pass large types by const&, small types by value Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !927
Diffstat (limited to 'Source/cmInstallGenerator.h')
-rw-r--r--Source/cmInstallGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmInstallGenerator.h b/Source/cmInstallGenerator.h
index de19f98..8f8701f 100644
--- a/Source/cmInstallGenerator.h
+++ b/Source/cmInstallGenerator.h
@@ -43,7 +43,7 @@ public:
std::vector<std::string> const& files, bool optional = false,
const char* permissions_file = CM_NULLPTR,
const char* permissions_dir = CM_NULLPTR, const char* rename = CM_NULLPTR,
- const char* literal_args = CM_NULLPTR, Indent const& indent = Indent());
+ const char* literal_args = CM_NULLPTR, Indent indent = Indent());
/** Get the install destination as it should appear in the
installation script. */