aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-03 17:36:47 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-03 17:36:47 -0700
commit95ef1b95e6e2f7933bb40f428514dcf178b201e6 (patch)
tree3d544fec80323f3fab480df4e25778fa934933f2 /toolsrc/include
parent99b3c491729187d87ba9fd1cc78bc9b63a046616 (diff)
downloadvcpkg-95ef1b95e6e2f7933bb40f428514dcf178b201e6.tar.gz
vcpkg-95ef1b95e6e2f7933bb40f428514dcf178b201e6.zip
[BinaryParagraph] Refactor implementation
Diffstat (limited to 'toolsrc/include')
-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;