Mercurial > hg > octave-nkf
diff src/ov-struct.h @ 2948:56be458e237f
[project @ 1997-05-09 13:37:35 by jwe]
author | jwe |
---|---|
date | Fri, 09 May 1997 13:51:06 +0000 |
parents | e6d25bc478dd |
children | 5e0fe4c5d52f |
line wrap: on
line diff
--- a/src/ov-struct.h +++ b/src/ov-struct.h @@ -75,7 +75,8 @@ octave_value struct_elt_val (const string& nm, bool silent) const; - octave_value& struct_elt_ref (const string& nm); + octave_variable_reference + struct_elt_ref (octave_value *parent, const string& nm); bool is_defined (void) const { return true; }