diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-10 13:06:44 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-10 13:06:44 -0700 |
| commit | 0f54ec446d63923a99524fd98657010816e06cb5 (patch) | |
| tree | cca4a03da6f454eea056480b0f7030ff7012a854 /toolsrc/include | |
| parent | 6699737c6d1b9e33c4448080c006317333b1e969 (diff) | |
| download | vcpkg-0f54ec446d63923a99524fd98657010816e06cb5.tar.gz vcpkg-0f54ec446d63923a99524fd98657010816e06cb5.zip | |
[BinaryParagraph] target_triplet -> triplet
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/BinaryParagraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/BinaryParagraph.h b/toolsrc/include/BinaryParagraph.h index d92ae7e6d..e29e0f51b 100644 --- a/toolsrc/include/BinaryParagraph.h +++ b/toolsrc/include/BinaryParagraph.h @@ -10,7 +10,7 @@ namespace vcpkg { BinaryParagraph(); explicit BinaryParagraph(std::unordered_map<std::string, std::string> fields); - BinaryParagraph(const SourceParagraph& spgh, const Triplet& target_triplet); + BinaryParagraph(const SourceParagraph& spgh, const Triplet& triplet); std::string displayname() const; |
