diff src/ov-base.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-base.h	Thu May 15 21:13:43 1997 +0000
+++ b/src/ov-base.h	Thu May 15 22:36:40 1997 +0000
@@ -82,8 +82,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 -1; }