]> www.ginac.de Git - cln.git/blobdiff - src/real/format-output/cl_fmt_newroman.cc
* */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
[cln.git] / src / real / format-output / cl_fmt_newroman.cc
index e0c953dc36bb5a738908e67cffb10ed52204ed17..0732820bde284b78e7b20a38b8efa3b650a8baf0 100644 (file)
@@ -15,7 +15,7 @@
 
 namespace cln {
 
-void format_new_roman (cl_ostream stream, const cl_I& arg)
+void format_new_roman (std::ostream& stream, const cl_I& arg)
 {
        if (!(0 < arg && arg < 4000)) {
                fprint(std::cerr, "format_new_roman: argument should be in the range 1 - 3999, not ");