]> www.ginac.de Git - cln.git/blobdiff - src/base/string/output/cl_st_print.cc
* Change all C include headers to ISO style within C++ code.
[cln.git] / src / base / string / output / cl_st_print.cc
index be39578e8380b56da34fa72e7c97cf7a75c17829..5d3fa9928c9cef6d31d1105926bfabfab6e02c93 100644 (file)
@@ -13,7 +13,7 @@
 
 namespace cln {
 
-void fprint (cl_ostream stream, const cl_string& str)
+void fprint (std::ostream& stream, const cl_string& str)
 {
        stream.write(str.asciz(),str.length());
 }