diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-05 14:21:09 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-05 14:21:09 -0800 |
| commit | 6e29b7b8d4b3a21e46a721f79d184213d1c874a4 (patch) | |
| tree | a2f4b8676d0bc13c627112ace24af91dfc00e612 /toolsrc/include | |
| parent | 88b5791b0bcaa9cce7f488bbd03042aa65e4417e (diff) | |
| download | vcpkg-6e29b7b8d4b3a21e46a721f79d184213d1c874a4.tar.gz vcpkg-6e29b7b8d4b3a21e46a721f79d184213d1c874a4.zip | |
Pass by reference
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_Input.h b/toolsrc/include/vcpkg_Input.h index 3cce334c4..96cbeecc3 100644 --- a/toolsrc/include/vcpkg_Input.h +++ b/toolsrc/include/vcpkg_Input.h @@ -11,5 +11,5 @@ namespace vcpkg::Input void check_triplet(const triplet& t, const vcpkg_paths& paths); - void check_triplets(std::vector<package_spec> triplets, const vcpkg_paths& paths); + void check_triplets(const std::vector<package_spec>& triplets, const vcpkg_paths& paths); } |
