Mercurial > hg > octave-nkf
diff src/ov-builtin.h @ 4661:12b6fbd57436
[project @ 2003-11-25 05:41:35 by jwe]
author | jwe |
---|---|
date | Tue, 25 Nov 2003 05:41:36 +0000 |
parents | a9b22513b7a6 |
children | e35b034d3523 |
line wrap: on
line diff
--- a/src/ov-builtin.h +++ b/src/ov-builtin.h @@ -52,8 +52,8 @@ ~octave_builtin (void) { } - octave_value subsref (const std::string& type, - const std::list<octave_value_list>& idx) + octave_value subsref (const std::string&, + const std::list<octave_value_list>&) { panic_impossible (); return octave_value ();