diff src/ov-struct.h @ 4661:12b6fbd57436

[project @ 2003-11-25 05:41:35 by jwe]
author jwe
date Tue, 25 Nov 2003 05:41:36 +0000
parents fc30061d01da
children e95c86d48732
line wrap: on
line diff
--- a/src/ov-struct.h	Tue Nov 25 04:29:47 2003 +0000
+++ b/src/ov-struct.h	Tue Nov 25 05:41:36 2003 +0000
@@ -72,9 +72,8 @@
   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)
+  octave_value_list subsref (const std::string&,
+			     const std::list<octave_value_list>&, int)
     {
       panic_impossible ();
       return octave_value_list ();