aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include/vcpkg_paths.h')
-rw-r--r--toolsrc/include/vcpkg_paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_paths.h b/toolsrc/include/vcpkg_paths.h
index fa74fd703..c6ed34937 100644
--- a/toolsrc/include/vcpkg_paths.h
+++ b/toolsrc/include/vcpkg_paths.h
@@ -23,7 +23,7 @@ namespace vcpkg
fs::path build_info_file_path(const PackageSpec& spec) const;
fs::path listfile_path(const BinaryParagraph& pgh) const;
- bool is_valid_triplet(const triplet& t) const;
+ bool is_valid_triplet(const Triplet& t) const;
fs::path root;
fs::path packages;