diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-30 17:02:39 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-30 17:02:39 -0700 |
| commit | 188eac680ba930c51943d4af34de58bbd325dcb1 (patch) | |
| tree | 265aefd33d03cdc109fab1a015c0d885afb41b9a /toolsrc/include | |
| parent | 51bc83c70e915892a658795f51bb3bb10360ee8d (diff) | |
| download | vcpkg-188eac680ba930c51943d4af34de58bbd325dcb1.tar.gz vcpkg-188eac680ba930c51943d4af34de58bbd325dcb1.zip | |
Rename check_all_triplets() to check_triplets()
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 1aa5bcb99..bbf3adfbf 100644 --- a/toolsrc/include/vcpkg_Input.h +++ b/toolsrc/include/vcpkg_Input.h @@ -11,5 +11,5 @@ namespace vcpkg {namespace Input void check_triplet(const triplet& t, const vcpkg_paths& paths); - void check_all_triplets(std::vector<package_spec> triplets, const vcpkg_paths& paths); + void check_triplets(std::vector<package_spec> triplets, const vcpkg_paths& paths); }} |
