summaryrefslogtreecommitdiff
path: root/Source/cmLinkLineComputer.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2017-06-02 21:01:01 +0200
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-06-04 00:48:21 +0200
commitb1ec5deaf15be459658b8fb0392e4d4a4ec1a0dd (patch)
tree3954dea8257e82f7be83a53519c43a7e9418526c /Source/cmLinkLineComputer.h
parent3216c2178cfcc75d48f383a76ccff4aa052b5fdc (diff)
downloadcmake-b1ec5deaf15be459658b8fb0392e4d4a4ec1a0dd.tar.gz
Pass large types by const&, small types by value
Diffstat (limited to 'Source/cmLinkLineComputer.h')
-rw-r--r--Source/cmLinkLineComputer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLinkLineComputer.h b/Source/cmLinkLineComputer.h
index 27b8adbbe2..d33e8d1ff4 100644
--- a/Source/cmLinkLineComputer.h
+++ b/Source/cmLinkLineComputer.h
@@ -20,7 +20,7 @@ class cmLinkLineComputer
public:
cmLinkLineComputer(cmOutputConverter* outputConverter,
- cmStateDirectory stateDir);
+ cmStateDirectory const& stateDir);
virtual ~cmLinkLineComputer();
void SetUseWatcomQuote(bool useWatcomQuote);