]> www.ginac.de Git - cln.git/blobdiff - include/cln/univpoly_complex.h
* */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
[cln.git] / include / cln / univpoly_complex.h
index 6c16b342df772ba84790947d17bc796355d8974d..8deab199e389670808dace93eb44c6a504307455 100644 (file)
@@ -60,7 +60,7 @@ public:       // Ability to place an object at a given address.
 class cl_heap_univpoly_complex_ring : public cl_heap_univpoly_ring {
        SUBCLASS_cl_heap_univpoly_ring()
        // High-level operations.
-       void fprint (cl_ostream stream, const cl_UP_N& x)
+       void fprint (std::ostream& stream, const cl_UP_N& x)
        {
                cl_heap_univpoly_ring::fprint(stream,x);
        }