Mercurial > hg > octave-nkf
diff src/ov-cell.h @ 5715:edf82d02be75
[project @ 2006-03-24 16:42:43 by jwe]
author | jwe |
---|---|
date | Fri, 24 Mar 2006 16:42:44 +0000 |
parents | 6286c96121c2 |
children | ce79d238f142 |
line wrap: on
line diff
--- a/src/ov-cell.h +++ b/src/ov-cell.h @@ -101,10 +101,10 @@ octave_value_list list_value (void) const; - octave_value convert_to_str_internal (bool, bool, char type) const - { return octave_value (all_strings (), type); } + octave_value convert_to_str_internal (bool pad, bool, char type) const + { return octave_value (all_strings (pad), type); } - string_vector all_strings (void) const; + string_vector all_strings (bool pad = false) const; bool print_as_scalar (void) const;