diff src/ov-base.cc @ 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 7a5a5da64756
line wrap: on
line diff
--- a/src/ov-base.cc	Thu May 15 21:13:43 1997 +0000
+++ b/src/ov-base.cc	Thu May 15 22:36:40 1997 +0000
@@ -35,7 +35,7 @@
 #include "gripes.h"
 #include "oct-map.h"
 #include "oct-obj.h"
-#include "oct-var-ref.h"
+#include "oct-lvalue.h"
 #include "ops.h"
 #include "ov-base.h"
 #include "ov-scalar.h"
@@ -96,13 +96,13 @@
   return octave_value ();
 }
 
-octave_variable_reference
+octave_lvalue
 octave_base_value::struct_elt_ref (octave_value *, const string&)
 {
   string nm = type_name ();
   error ("can't perform structure reference operations for %s type",
 	 nm.c_str ());
-  return octave_variable_reference ();
+  return octave_lvalue ();
 }
 
 octave_value