diff liboctave/dbleQR.h @ 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/dbleQR.h	Tue Feb 01 04:06:39 2000 +0000
+++ b/liboctave/dbleQR.h	Tue Feb 01 10:07:26 2000 +0000
@@ -67,7 +67,7 @@
 
   Matrix R (void) const { return r; }
 
-  friend ostream&  operator << (ostream&, const QR&);
+  friend std::ostream&  operator << (std::ostream&, const QR&);
 
 protected: