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

implement builtin_type
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 02 Oct 2009 08:27:44 +0200
parents d865363208d6
children 34d6f005db4b
line wrap: on
line diff
--- a/src/ov-ch-mat.h
+++ b/src/ov-ch-mat.h
@@ -82,6 +82,8 @@
 
   idx_vector index_vector (void) const;
 
+  builtin_type_t builtin_type (void) const { return btyp_char; }
+
   bool is_char_matrix (void) const { return true; }
   bool is_real_matrix (void) const { return true; }