Mercurial > hg > octave-lyh
diff src/ov-list.h @ 5885:bd3041e30d97
[project @ 2006-07-14 20:29:35 by jwe]
author | jwe |
---|---|
date | Fri, 14 Jul 2006 20:29:35 +0000 |
parents | ce79d238f142 |
children | cdef72fcd206 |
line wrap: on
line diff
--- a/src/ov-list.h +++ b/src/ov-list.h @@ -74,7 +74,8 @@ const std::list<octave_value_list>& idx, int nargout); - octave_value do_index_op (const octave_value_list& idx, int resize_ok); + octave_value do_index_op (const octave_value_list& idx, + bool resize_ok = false); octave_value subsasgn (const std::string& type, const std::list<octave_value_list>& idx,