diff src/ov-list.cc @ 3538:0ff7323dab8b

[project @ 2000-02-02 12:36:25 by jwe]
author jwe
date Wed, 02 Feb 2000 12:36:37 +0000
parents b80bbb43a1a9
children f9ea3dcf58ee
line wrap: on
line diff
--- a/src/ov-list.cc
+++ b/src/ov-list.cc
@@ -106,7 +106,7 @@
       for (int i = 0; i < n; i++)
 	{
 	  std::ostrstream buf;
-	  buf << "[" << i+1 << "]" << ends;
+	  buf << "[" << i+1 << "]" << std::ends;
 	  const char *nm = buf.str ();
 
 	  octave_value val = lst(i);