diff options
Diffstat (limited to 'toolsrc/include/BinaryParagraph.h')
| -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 f0f7b092b..d92ae7e6d 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& target_triplet); std::string displayname() const; |
