Mercurial > hg > octave-nkf
diff src/ov-mapper.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-mapper.h +++ b/src/ov-mapper.h @@ -68,8 +68,8 @@ octave_function *function_value (bool = false) { return this; } - 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 ();