Mercurial > hg > octave-nkf
diff src/ov-struct.h @ 8546:3d8a914c580e
improve parser indexed assigment code
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 20 Jan 2009 21:15:17 +0100 |
parents | 443a8f5a50fd |
children | 906f976d35a8 |
line wrap: on
line diff
--- a/src/ov-struct.h +++ b/src/ov-struct.h @@ -75,7 +75,7 @@ octave_value_list subsref (const std::string&, const std::list<octave_value_list>&, int); - static octave_value numeric_conv (const Cell& val, + static octave_value numeric_conv (const octave_value& val, const std::string& type); octave_value subsasgn (const std::string& type,