From 4429bd6724a4668464e8a7920e3c77860b127678 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 May 2018 16:16:41 +0200 Subject: Regenerate libhello using bdep-new --- libhello/libhello/hello.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libhello/libhello/hello.cxx') diff --git a/libhello/libhello/hello.cxx b/libhello/libhello/hello.cxx index ee5c555..f9e60bd 100644 --- a/libhello/libhello/hello.cxx +++ b/libhello/libhello/hello.cxx @@ -1,5 +1,3 @@ -// file: libhello/hello.cxx -*- C++ -*- - #include #include @@ -9,8 +7,8 @@ using namespace std; namespace hello { void - say_formatted (const string& m) + say_hello_formatted (ostream& o, const string& h) { - print::to_stdout (m); + print::print_hello (o, h); } } -- cgit v1.1