From 188eac680ba930c51943d4af34de58bbd325dcb1 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Fri, 30 Sep 2016 17:02:39 -0700 Subject: Rename check_all_triplets() to check_triplets() --- toolsrc/include/vcpkg_Input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/include') 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 triplets, const vcpkg_paths& paths); + void check_triplets(std::vector triplets, const vcpkg_paths& paths); }} -- cgit v1.2.3