diff options
Diffstat (limited to 'toolsrc/include/vcpkg_Input.h')
| -rw-r--r-- | toolsrc/include/vcpkg_Input.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_Input.h b/toolsrc/include/vcpkg_Input.h index da7bebbfa..5e1d1f0fa 100644 --- a/toolsrc/include/vcpkg_Input.h +++ b/toolsrc/include/vcpkg_Input.h @@ -7,8 +7,8 @@ namespace vcpkg::Input { PackageSpec check_and_get_package_spec( const std::string& package_spec_as_string, - const triplet& default_target_triplet, + const Triplet& default_target_triplet, CStringView example_text); - void check_triplet(const triplet& t, const vcpkg_paths& paths); + void check_triplet(const Triplet& t, const vcpkg_paths& paths); } |
