Mercurial > hg > octave-nkf
diff src/ov-null-mat.h @ 8345:c777f3ce02d8
smarter conversion lookup
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 25 Nov 2008 14:04:55 +0100 |
parents | 283989f2da9b |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/src/ov-null-mat.h +++ b/src/ov-null-mat.h @@ -47,7 +47,7 @@ bool is_null_value (void) const { return true; } - type_conv_fcn numeric_conversion_function (void) const; + type_conv_info numeric_conversion_function (void) const; private: @@ -68,7 +68,7 @@ bool is_null_value (void) const { return true; } - type_conv_fcn numeric_conversion_function (void) const; + type_conv_info numeric_conversion_function (void) const; private: @@ -90,7 +90,7 @@ bool is_null_value (void) const { return true; } - type_conv_fcn numeric_conversion_function (void) const; + type_conv_info numeric_conversion_function (void) const; private: