Mercurial > hg > octave-lyh
diff src/ov-re-mat.h @ 2979:a3556d2adec9
[project @ 1997-05-15 22:35:37 by jwe]
author | jwe |
---|---|
date | Thu, 15 May 1997 22:36:40 +0000 |
parents | ebbc34ff7f66 |
children | 0d640dc625c7 |
line wrap: on
line diff
--- a/src/ov-re-mat.h +++ b/src/ov-re-mat.h @@ -100,8 +100,7 @@ octave_value do_struct_elt_index_op (const string& nm, bool silent); - octave_variable_reference - struct_elt_ref (octave_value *parent, const string& nm); + octave_lvalue struct_elt_ref (octave_value *parent, const string& nm); int rows (void) const { return matrix.rows (); } int columns (void) const { return matrix.columns (); }