diff src/oct-lvalue.cc @ 4219:23d06c9e1edd

[project @ 2002-12-06 21:29:17 by jwe]
author jwe
date Fri, 06 Dec 2002 21:29:19 +0000
parents 1b58576bdaa6
children 6690d8cd9bee
line wrap: on
line diff
--- a/src/oct-lvalue.cc
+++ b/src/oct-lvalue.cc
@@ -42,7 +42,7 @@
 
 void
 octave_lvalue::set_index (const std::string& t,
-			  const SLList<octave_value_list>& i)
+			  const std::list<octave_value_list>& i)
 {
   if (! index_set)
     {