summaryrefslogtreecommitdiff
path: root/libhello/libhello/hello.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-20 08:52:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-20 08:52:55 +0200
commitbffe85ae4c01f126c47ab7ea7b220b91d7c65dac (patch)
treef08c6bae79151cf0d1c36ecee46573e586490af8 /libhello/libhello/hello.cxx
parentf089a1a2321e77bfb5f60c2cd79dac14eac9bf63 (diff)
Make slightly more interesting
Diffstat (limited to 'libhello/libhello/hello.cxx')
-rw-r--r--libhello/libhello/hello.cxx2
1 files changed, 1 insertions, 1 deletions
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);
}
}