diff src/ov.cc @ 4271:be631c1720ea

[project @ 2003-01-03 19:36:04 by jwe]
author jwe
date Fri, 03 Jan 2003 19:36:04 +0000
parents e556870ce8f0
children 8724cf60d51d
line wrap: on
line diff
--- a/src/ov.cc	Fri Jan 03 18:55:11 2003 +0000
+++ b/src/ov.cc	Fri Jan 03 19:36:04 2003 +0000
@@ -612,7 +612,8 @@
 }
 
 octave_value
-octave_value::subsref (const std::string& type, const octave_value_list& idx)
+octave_value::single_subsref (const std::string& type,
+			      const octave_value_list& idx)
 {
   std::list<octave_value_list> i;