Mercurial > hg > octave-lyh
diff liboctave/dMatrix.h @ 1365:9b2654476502
[project @ 1995-09-05 23:44:41 by jwe]
author | jwe |
---|---|
date | Tue, 05 Sep 1995 23:50:05 +0000 |
parents | a6994c934a50 |
children | f75432dff006 |
line wrap: on
line diff
--- a/liboctave/dMatrix.h +++ b/liboctave/dMatrix.h @@ -230,8 +230,8 @@ friend ostream& operator << (ostream& os, const Matrix& a); friend istream& operator >> (istream& is, Matrix& a); - int read (FILE *fptr, char *type); - int write (FILE *fptr, char *type); + int read (FILE *fptr, const char *type); + int write (FILE *fptr, const char *type); private: