diff src/ov-bool-mat.h @ 4457:d7d9ca19960a

[project @ 2003-07-11 03:05:38 by jwe]
author jwe
date Fri, 11 Jul 2003 03:05:39 +0000
parents f3c21a1d1c62
children 508238e65af7
line wrap: on
line diff
--- a/src/ov-bool-mat.h
+++ b/src/ov-bool-mat.h
@@ -98,8 +98,7 @@
   boolMatrix bool_matrix_value (void) const
     { return matrix; }
 
-  octave_value convert_to_str_internal (bool = false) const
-    { return octave_value (matrix); }
+  octave_value convert_to_str_internal (bool pad, bool force) const;
 
 protected: