]> www.ginac.de Git - cln.git/blobdiff - include/cln/SV_ringelt.h
* */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
[cln.git] / include / cln / SV_ringelt.h
index 36945c83f5cbe92a040f6a9fb2adbe71a2bbe5ae..9d3a5015153b98973cdb43f1bf7288e35ba301a1 100644 (file)
@@ -51,7 +51,7 @@ inline const cl_SV_ringelt copy (const cl_SV_ringelt& vector)
 { return The(cl_SV_ringelt) (copy((const cl_SV_any&) vector)); }
 
 // Output.
-extern void fprint (cl_ostream stream, const cl_ring& R, const cl_SV_ringelt& x);
+extern void fprint (std::ostream& stream, const cl_ring& R, const cl_SV_ringelt& x);
 
 // Debugging support.
 #ifdef CL_DEBUG