aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/StatusParagraphs.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/StatusParagraphs.h
parent378b018321ef443b027fc02e78c57721edc68d94 (diff)
downloadvcpkg-bdf80d63c663d6cc512db34be6a96cd9c66aaa99.tar.gz
vcpkg-bdf80d63c663d6cc512db34be6a96cd9c66aaa99.zip
triplet -> Triplet
Diffstat (limited to 'toolsrc/include/StatusParagraphs.h')
-rw-r--r--toolsrc/include/StatusParagraphs.h6
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>);