diff src/ov-cx-mat.h @ 9685:e793865ede63

implement builtin_type
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 02 Oct 2009 08:27:44 +0200
parents 1be3c73ed7b5
children b4fdfee405b5
line wrap: on
line diff
--- a/src/ov-cx-mat.h
+++ b/src/ov-cx-mat.h
@@ -90,6 +90,8 @@
 
   octave_base_value *try_narrowing_conversion (void);
 
+  builtin_type_t builtin_type (void) const { return btyp_complex; }
+
   bool is_complex_matrix (void) const { return true; }
 
   bool is_complex_type (void) const { return true; }