]> www.ginac.de Git - cln.git/blobdiff - src/base/string/input/cl_st_getline1.cc
* */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
[cln.git] / src / base / string / input / cl_st_getline1.cc
index 5421ae05016067a2152b162f84f346a7dc3c6377..8ceb2daf8fe96bf15a9f962c1d41b0d0ce8301e1 100644 (file)
@@ -14,7 +14,7 @@
 
 namespace cln {
 
-const cl_string cl_fgetline (cl_istream stream, char delim)
+const cl_string cl_fgetline (std::istream& stream, char delim)
 {
        var cl_spushstring buffer;
        // Handling of eofp is tricky: EOF is reached when (!stream.good()) || (stream.get()==EOF).