Mercurial > hg > octave-lyh
diff src/ov-str-mat.h @ 8345:c777f3ce02d8
smarter conversion lookup
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 25 Nov 2008 14:04:55 +0100 |
parents | dadf478ddc42 |
children | f00578b495e9 |
line wrap: on
line diff
--- a/src/ov-str-mat.h +++ b/src/ov-str-mat.h @@ -85,7 +85,7 @@ octave_base_value *clone (void) const { return new octave_char_matrix_str (*this); } octave_base_value *empty_clone (void) const { return new octave_char_matrix_str (); } - type_conv_fcn numeric_conversion_function (void) const; + type_conv_info numeric_conversion_function (void) const; octave_value do_index_op (const octave_value_list& idx, bool resize_ok = false)