]> www.ginac.de Git - cln.git/blobdiff - src/real/format-output/cl_fmt_integer.cc
* */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
[cln.git] / src / real / format-output / cl_fmt_integer.cc
index 164550573de6d09fa49a75d60b1a962251fe8710..5dc24cb5cacf129c6319f33d0d3f860f9d763935 100644 (file)
@@ -15,7 +15,7 @@
 
 namespace cln {
 
-void format_integer (cl_ostream stream, const cl_I& arg,
+void format_integer (std::ostream& stream, const cl_I& arg,
        unsigned int base, sintL mincol, char padchar,
        char commachar, uintL commainterval, cl_boolean commaflag,
        cl_boolean positive_sign_flag)