]> www.ginac.de Git - cln.git/blobdiff - src/integer/output/cl_I_bprint.cc
* src/integer/conv/cl_I_to_digits (I_to_digits): Fix an elusive stack
[cln.git] / src / integer / output / cl_I_bprint.cc
index a792a2e1966cb97e21ad51775e634d3563528e87..d7183337abca970768ecc852c7ebf31a3b1d8961 100644 (file)
@@ -13,7 +13,7 @@
 
 namespace cln {
 
-void print_integer (cl_ostream stream, const cl_print_number_flags& flags, const cl_I& z)
+void print_integer (std::ostream& stream, const cl_print_number_flags& flags, const cl_I& z)
 {
        print_integer(stream,(const cl_print_real_flags&)flags,z);
 }