diff src/ov-str-mat.cc @ 2466:1573640a9994

[project @ 1996-11-04 03:56:11 by jwe]
author jwe
date Mon, 04 Nov 1996 03:56:17 +0000
parents 2f50b24ce84f
children 8ed4362aa0d6
line wrap: on
line diff
--- a/src/ov-str-mat.cc
+++ b/src/ov-str-mat.cc
@@ -202,9 +202,10 @@
 }
 
 void
-octave_char_matrix_str::print (ostream& os)
+octave_char_matrix_str::print (ostream& os, bool pr_as_read_syntax)
 {
-  octave_print_internal (os, matrix, false, true, struct_indent);
+  octave_print_internal (os, matrix, pr_as_read_syntax, true,
+			 struct_indent);
 }
 
 /*