diff src/ov-base.cc @ 2420:449f35baba49

[project @ 1996-10-16 18:46:25 by jwe]
author jwe
date Wed, 16 Oct 1996 18:46:26 +0000
parents 2142216bf85a
children 1573640a9994
line wrap: on
line diff
--- a/src/ov-base.cc	Wed Oct 16 17:46:12 1996 +0000
+++ b/src/ov-base.cc	Wed Oct 16 18:46:26 1996 +0000
@@ -63,7 +63,7 @@
 }
 
 octave_value
-octave_base_value::struct_elt_val (const string&) const
+octave_base_value::struct_elt_val (const string&, bool) const
 {
   string nm = type_name ();
   error ("can't perform structure reference operations for %s type",