aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_paths.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 15:02:45 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:42 -0700
commitbdf80d63c663d6cc512db34be6a96cd9c66aaa99 (patch)
tree1ef318ec848d41ff62731fe7eff12e70cde28807 /toolsrc/include/vcpkg_paths.h
parent378b018321ef443b027fc02e78c57721edc68d94 (diff)
downloadvcpkg-bdf80d63c663d6cc512db34be6a96cd9c66aaa99.tar.gz
vcpkg-bdf80d63c663d6cc512db34be6a96cd9c66aaa99.zip
triplet -> Triplet
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;