summaryrefslogtreecommitdiff
path: root/libhello/libhello/hello.cxx
diff options
context:
space:
mode:
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);
}
}