Mercurial > hg > octave-nkf
diff src/ov-bool-mat.h @ 5279:bd32f770c09a
[project @ 2005-04-12 21:55:31 by jwe]
author | jwe |
---|---|
date | Tue, 12 Apr 2005 21:55:31 +0000 |
parents | 57077d0ddc8e |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/src/ov-bool-mat.h +++ b/src/ov-bool-mat.h @@ -117,7 +117,7 @@ SparseBoolMatrix sparse_bool_matrix_value (bool = false) const { return SparseBoolMatrix (matrix.matrix_value ()); } - octave_value convert_to_str_internal (bool pad, bool force) const; + octave_value convert_to_str_internal (bool pad, bool force, char type) const; void print_raw (std::ostream& os, bool pr_as_read_syntax = false) const;