From bffe85ae4c01f126c47ab7ea7b220b91d7c65dac Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Jul 2017 08:52:55 +0200 Subject: Make slightly more interesting --- libhello/libhello/hello.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhello/libhello/hello.cxx') diff --git a/libhello/libhello/hello.cxx b/libhello/libhello/hello.cxx index f7e3b7f..ee5c555 100644 --- a/libhello/libhello/hello.cxx +++ b/libhello/libhello/hello.cxx @@ -11,6 +11,6 @@ namespace hello void say_formatted (const string& m) { - print (m); + print::to_stdout (m); } } -- cgit v1.1