diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 15:02:45 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:42 -0700 |
| commit | bdf80d63c663d6cc512db34be6a96cd9c66aaa99 (patch) | |
| tree | 1ef318ec848d41ff62731fe7eff12e70cde28807 /toolsrc/src/vcpkg_paths.cpp | |
| parent | 378b018321ef443b027fc02e78c57721edc68d94 (diff) | |
| download | vcpkg-bdf80d63c663d6cc512db34be6a96cd9c66aaa99.tar.gz vcpkg-bdf80d63c663d6cc512db34be6a96cd9c66aaa99.zip | |
triplet -> Triplet
Diffstat (limited to 'toolsrc/src/vcpkg_paths.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg_paths.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg_paths.cpp b/toolsrc/src/vcpkg_paths.cpp index 68ff245e6..ea9789524 100644 --- a/toolsrc/src/vcpkg_paths.cpp +++ b/toolsrc/src/vcpkg_paths.cpp @@ -211,7 +211,7 @@ namespace vcpkg return this->vcpkg_dir_info / (pgh.fullstem() + ".list"); } - bool vcpkg_paths::is_valid_triplet(const triplet& t) const + bool vcpkg_paths::is_valid_triplet(const Triplet& t) const { auto it = fs::directory_iterator(this->triplets); for (; it != fs::directory_iterator(); ++it) |
