From 16139d97c83ba48ab31b0f7619bab77d6cdb79e6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 3 May 2022 18:40:42 -0400 Subject: Add new Pl_OStream Pipeline --- libtests/base64.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtests/base64.cc') diff --git a/libtests/base64.cc b/libtests/base64.cc index 0ce6f9a3..41dc676d 100644 --- a/libtests/base64.cc +++ b/libtests/base64.cc @@ -2,7 +2,7 @@ #include -#include +#include #include #include #include @@ -52,7 +52,7 @@ main(int argc, char* argv[]) } try { - Pl_StdioFile out("stdout", stdout); + Pl_OStream out("stdout", std::cout); Pl_Base64 decode("decode", &out, action); // The comments are "n: n%4 n%3", where n is the number of // bytes read at the end of the call, and are there to -- cgit v1.2.3-54-g00ecf