diff src/ov.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 bef7b73c0724
line wrap: on
line diff
--- a/src/ov.h
+++ b/src/ov.h
@@ -43,7 +43,7 @@
 class octave_stream;
 class octave_function;
 class octave_value_list;
-class octave_variable_reference;
+class octave_lvalue;
 
 // Constants.
 
@@ -244,9 +244,9 @@
 			  bool silent = false)
     { return rep->do_struct_elt_index_op (nm, idx, silent); }
 
-  octave_variable_reference struct_elt_ref (const string& nm);
+  octave_lvalue struct_elt_ref (const string& nm);
 
-  virtual octave_variable_reference
+  virtual octave_lvalue
   struct_elt_ref (octave_value *parent, const string& nm);
 
   // Size.