diff src/ov-base.h @ 2948:56be458e237f

[project @ 1997-05-09 13:37:35 by jwe]
author jwe
date Fri, 09 May 1997 13:51:06 +0000
parents 4e7bea116f24
children 5e0fe4c5d52f
line wrap: on
line diff
--- a/src/ov-base.h	Fri May 09 13:32:52 1997 +0000
+++ b/src/ov-base.h	Fri May 09 13:51:06 1997 +0000
@@ -76,7 +76,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);
 
   int rows (void) const { return -1; }