Mercurial > hg > octave-lyh
diff src/ov-range.h @ 4219:23d06c9e1edd
[project @ 2002-12-06 21:29:17 by jwe]
author | jwe |
---|---|
date | Fri, 06 Dec 2002 21:29:19 +0000 |
parents | 5719210fff4c |
children | fc9a075d10fb |
line wrap: on
line diff
--- a/src/ov-range.h +++ b/src/ov-range.h @@ -40,7 +40,6 @@ #include "oct-alloc.h" #include "str-vec.h" -#include "SLList.h" #include "error.h" #include "ov-base.h" #include "ov-typeinfo.h" @@ -87,7 +86,7 @@ octave_value *try_narrowing_conversion (void); octave_value subsref (const std::string type, - const SLList<octave_value_list>& idx); + const std::list<octave_value_list>& idx); octave_value do_index_op (const octave_value_list& idx, int resize_ok);