diff liboctave/LinConst.cc @ 3504:5eef8a2294bd

[project @ 2000-02-01 10:06:51 by jwe]
author jwe
date Tue, 01 Feb 2000 10:07:26 +0000
parents d14c483b3c12
children 6e86256e9c54
line wrap: on
line diff
--- a/liboctave/LinConst.cc
+++ b/liboctave/LinConst.cc
@@ -41,8 +41,8 @@
   (*current_liboctave_error_handler) ("fatal LinConst error: %s", msg);
 }
 
-ostream&
-operator << (ostream& os, const LinConst& c)
+std::ostream&
+operator << (std::ostream& os, const LinConst& c)
 {
   for (int i = 0; i < c.size (); i++)
     os << c.lower_bound (i) << " " << c.upper_bound (i) << "\n";