mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
clang-tidy: Pass by value
This commit is contained in:
committed by
Brad King
parent
bcc9ea2b3d
commit
5a0784ddea
@@ -20,7 +20,7 @@ class cmXCodeScheme
|
||||
public:
|
||||
typedef std::vector<const cmXCodeObject*> TestObjects;
|
||||
|
||||
cmXCodeScheme(cmXCodeObject* xcObj, const TestObjects& tests,
|
||||
cmXCodeScheme(cmXCodeObject* xcObj, TestObjects tests,
|
||||
const std::vector<std::string>& configList,
|
||||
unsigned int xcVersion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user