]> www.ginac.de Git - cln.git/blobdiff - src/float/output/cl_F_bprint.cc
* Change all C include headers to ISO style within C++ code.
[cln.git] / src / float / output / cl_F_bprint.cc
index aacc49cf69a1e5d407eabc86058f03c45431c936..bfd78995f0e6e5788b9b8b947d9ca61c09c71ad1 100644 (file)
@@ -13,7 +13,7 @@
 
 namespace cln {
 
-void print_float (cl_ostream stream, const cl_print_number_flags& flags, const cl_F& z)
+void print_float (std::ostream& stream, const cl_print_number_flags& flags, const cl_F& z)
 {
        print_float(stream,(const cl_print_real_flags&)flags,z);
 }