diff options
Diffstat (limited to 'toolsrc/include/StatusParagraph.h')
| -rw-r--r-- | toolsrc/include/StatusParagraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/StatusParagraph.h b/toolsrc/include/StatusParagraph.h index bc2766aa2..a71fb7893 100644 --- a/toolsrc/include/StatusParagraph.h +++ b/toolsrc/include/StatusParagraph.h @@ -33,7 +33,7 @@ namespace vcpkg InstallState state; }; - std::ostream& operator<<(std::ostream& os, const StatusParagraph& pgh); + void serialize(const StatusParagraph& pgh, std::string& out_str); std::string to_string(InstallState f); |
