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/include/StatusParagraphs.h | |
| parent | 378b018321ef443b027fc02e78c57721edc68d94 (diff) | |
| download | vcpkg-bdf80d63c663d6cc512db34be6a96cd9c66aaa99.tar.gz vcpkg-bdf80d63c663d6cc512db34be6a96cd9c66aaa99.zip | |
triplet -> Triplet
Diffstat (limited to 'toolsrc/include/StatusParagraphs.h')
| -rw-r--r-- | toolsrc/include/StatusParagraphs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolsrc/include/StatusParagraphs.h b/toolsrc/include/StatusParagraphs.h index fc6a96a54..cdf6b8e8e 100644 --- a/toolsrc/include/StatusParagraphs.h +++ b/toolsrc/include/StatusParagraphs.h @@ -18,9 +18,9 @@ namespace vcpkg { return find(spec.name(), spec.target_triplet()); } - const_iterator find(const std::string& name, const triplet& target_triplet) const; - iterator find(const std::string& name, const triplet& target_triplet); - const_iterator find_installed(const std::string& name, const triplet& target_triplet) const; + const_iterator find(const std::string& name, const Triplet& target_triplet) const; + iterator find(const std::string& name, const Triplet& target_triplet); + const_iterator find_installed(const std::string& name, const Triplet& target_triplet) const; iterator insert(std::unique_ptr<StatusParagraph>); |
