diff liboctave/CmplxSVD.h @ 3504:5eef8a2294bd

[project @ 2000-02-01 10:06:51 by jwe]
author jwe
date Tue, 01 Feb 2000 10:07:26 +0000 (2000-02-01)
parents d14c483b3c12
children 6e86256e9c54
line wrap: on
line diff
--- a/liboctave/CmplxSVD.h
+++ b/liboctave/CmplxSVD.h
@@ -73,7 +73,7 @@
 
   ComplexMatrix right_singular_matrix (void) const;
 
-  friend ostream&  operator << (ostream& os, const ComplexSVD& a);
+  friend std::ostream&  operator << (std::ostream& os, const ComplexSVD& a);
 
 private: