diff src/ov-struct.h @ 4271:be631c1720ea

[project @ 2003-01-03 19:36:04 by jwe]
author jwe
date Fri, 03 Jan 2003 19:36:04 +0000
parents fc9a075d10fb
children 508238e65af7
line wrap: on
line diff
--- a/src/ov-struct.h
+++ b/src/ov-struct.h
@@ -72,6 +72,14 @@
   octave_value subsref (const std::string& type,
 			const std::list<octave_value_list>& idx);
 
+  octave_value_list subsref (const std::string& type,
+			     const std::list<octave_value_list>& idx,
+    			     int nargout)
+    {
+      panic_impossible ();
+      return octave_value_list ();
+    }
+
   static octave_value numeric_conv (const octave_value_list& val,
 				    const std::string& type);