aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/BinaryParagraph.h
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2016-11-04 17:05:00 -0700
committerRobert Schumacher <roschuma@microsoft.com>2016-11-04 17:05:00 -0700
commit8c73539499f2211baa7cdf3248856bb1f45a7947 (patch)
treea86e0f81b295a9e5fcebe85dec1aad2ea3aca58b /toolsrc/include/BinaryParagraph.h
parentd7ff71610b5eed96c86374ad0fb41857a49839cb (diff)
parentf413b423960ab6080681d460a042a2e09dc1c0e6 (diff)
downloadvcpkg-8c73539499f2211baa7cdf3248856bb1f45a7947.tar.gz
vcpkg-8c73539499f2211baa7cdf3248856bb1f45a7947.zip
Merge branch 'master' of https://github.com/microsoft/vcpkg
Diffstat (limited to 'toolsrc/include/BinaryParagraph.h')
-rw-r--r--toolsrc/include/BinaryParagraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/BinaryParagraph.h b/toolsrc/include/BinaryParagraph.h
index 01979c924..dcb986423 100644
--- a/toolsrc/include/BinaryParagraph.h
+++ b/toolsrc/include/BinaryParagraph.h
@@ -10,7 +10,7 @@ namespace vcpkg
struct BinaryParagraph
{
BinaryParagraph();
- explicit BinaryParagraph(const std::unordered_map<std::string, std::string>& fields);
+ explicit BinaryParagraph(std::unordered_map<std::string, std::string> fields);
BinaryParagraph(const SourceParagraph& spgh, const triplet& target_triplet);
std::string displayname() const;