Mercurial > hg > octave-lyh
diff src/pt-const.h @ 2089:4dcc8b77e84a
[project @ 1996-04-26 07:55:54 by jwe]
author | jwe |
---|---|
date | Fri, 26 Apr 1996 07:56:08 +0000 |
parents | bfb775fb6fe8 |
children | 97a566037a75 |
line wrap: on
line diff
--- a/src/pt-const.h +++ b/src/pt-const.h @@ -596,7 +596,7 @@ // class wants a certain kind of constant, he should simply ask for // it, and we should convert it if possible. - octave_value convert_to_str (void) + octave_value convert_to_str (void) const { return rep->convert_to_str (); } void convert_to_row_or_column_vector (void)