]> www.ginac.de Git - cln.git/blobdiff - src/integer/output/cl_I_print.cc
* */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
[cln.git] / src / integer / output / cl_I_print.cc
index 938e526f066bf820f34ad6403157ec73bc08d935..65688b45fa22c22ff1d849bef7e68a297df573fd 100644 (file)
@@ -15,7 +15,7 @@
 
 namespace cln {
 
-void print_integer (cl_ostream stream, unsigned int base, const cl_I& z)
+void print_integer (std::ostream& stream, unsigned int base, const cl_I& z)
 {
        var cl_I abs_z;
        if (minusp(z)) {