aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/BinaryParagraph.h
diff options
context:
space:
mode:
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 e29e0f51b..6cf740920 100644
--- a/toolsrc/include/BinaryParagraph.h
+++ b/toolsrc/include/BinaryParagraph.h
@@ -25,5 +25,5 @@ namespace vcpkg
std::vector<std::string> depends;
};
- std::ostream& operator<<(std::ostream& os, const BinaryParagraph& pgh);
+ void serialize(const BinaryParagraph& pgh, std::string& out_str);
}