Mercurial > hg > octave-lyh
diff src/ov.h @ 2420:449f35baba49
[project @ 1996-10-16 18:46:25 by jwe]
author | jwe |
---|---|
date | Wed, 16 Oct 1996 18:46:26 +0000 |
parents | 44753e0cadf2 |
children | d64502c62840 |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -189,8 +189,9 @@ virtual idx_vector index_vector (void) const { return rep->index_vector (); } - virtual octave_value struct_elt_val (const string& nm) const - { return rep->struct_elt_val (nm); } + virtual octave_value + struct_elt_val (const string& nm, bool silent = false) const + { return rep->struct_elt_val (nm, silent); } virtual octave_value& struct_elt_ref (const string& nm) { return rep->struct_elt_ref (nm); }