Mercurial > hg > octave-nkf
diff src/ov-complex.h @ 8345:c777f3ce02d8
smarter conversion lookup
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 25 Nov 2008 14:04:55 +0100 |
parents | 82be108cc558 |
children | f00578b495e9 |
line wrap: on
line diff
--- a/src/ov-complex.h +++ b/src/ov-complex.h @@ -73,7 +73,7 @@ octave_base_value *empty_clone (void) const { return new octave_complex_matrix (); } - type_conv_fcn numeric_demotion_function (void) const; + type_conv_info numeric_demotion_function (void) const; octave_base_value *try_narrowing_conversion (void);