diff src/ov-usr-fcn.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 db5e0814277a
line wrap: on
line diff
--- a/src/ov-usr-fcn.h	Fri Jan 03 18:55:11 2003 +0000
+++ b/src/ov-usr-fcn.h	Fri Jan 03 19:36:04 2003 +0000
@@ -143,6 +143,13 @@
 	}
     }
 
+  octave_value subsref (const std::string& type,
+			const std::list<octave_value_list>& idx)
+    {
+      panic_impossible ();
+      return octave_value ();
+    }
+
   octave_value_list subsref (const std::string& type,
 			     const std::list<octave_value_list>& idx,
 			     int nargout);