diff src/ov-bool-mat.cc @ 5279:bd32f770c09a

[project @ 2005-04-12 21:55:31 by jwe]
author jwe
date Tue, 12 Apr 2005 21:55:31 +0000
parents 23b37da9fd5b
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/ov-bool-mat.cc
+++ b/src/ov-bool-mat.cc
@@ -136,10 +136,11 @@
 }
 
 octave_value
-octave_bool_matrix::convert_to_str_internal (bool pad, bool force) const
+octave_bool_matrix::convert_to_str_internal (bool pad, bool force,
+					     char type) const
 {
   octave_value tmp = octave_value (array_value ());
-  return tmp.convert_to_str (pad, force);
+  return tmp.convert_to_str (pad, force, type);
 }
 
 void