diff src/ov-str-mat.cc @ 3523:b80bbb43a1a9

[project @ 2000-02-02 10:25:52 by jwe]
author jwe
date Wed, 02 Feb 2000 10:26:25 +0000
parents d14c483b3c12
children 096ad38d7ab5
line wrap: on
line diff
--- a/src/ov-str-mat.cc	Wed Feb 02 06:32:04 2000 +0000
+++ b/src/ov-str-mat.cc	Wed Feb 02 10:26:25 2000 +0000
@@ -189,7 +189,7 @@
 }
 
 void
-octave_char_matrix_str::print_raw (ostream& os, bool pr_as_read_syntax) const
+octave_char_matrix_str::print_raw (std::ostream& os, bool pr_as_read_syntax) const
 {
   octave_print_internal (os, matrix, pr_as_read_syntax,
 			 current_print_indent_level (), true);