Mercurial > hg > octave-nkf
diff src/pr-output.h @ 164:e2c950dd96d2
[project @ 1993-10-18 19:32:00 by jwe]
author | jwe |
---|---|
date | Mon, 18 Oct 1993 19:32:00 +0000 |
parents | 78fd87e624cb |
children | a99f28f5e351 |
line wrap: on
line diff
--- a/src/pr-output.h +++ b/src/pr-output.h @@ -36,10 +36,10 @@ class Range; extern void octave_print_internal (ostrstream& os, double d); -extern void octave_print_internal (ostrstream& os, Matrix& m); -extern void octave_print_internal (ostrstream& os, Complex& c); -extern void octave_print_internal (ostrstream& os, ComplexMatrix& cm); -extern void octave_print_internal (ostrstream& os, Range& r); +extern void octave_print_internal (ostrstream& os, const Matrix& m); +extern void octave_print_internal (ostrstream& os, const Complex& c); +extern void octave_print_internal (ostrstream& os, const ComplexMatrix& cm); +extern void octave_print_internal (ostrstream& os, const Range& r); extern void set_format_style (int argc, char **argv);