diff src/ov-struct.h @ 10087:090173f2db40

improve overload dispatching of built-in classes
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 12 Jan 2010 13:20:17 +0100
parents b3089dba88bf
children cd96d29c5efa
line wrap: on
line diff
--- a/src/ov-struct.h	Tue Jan 12 09:03:42 2010 +0100
+++ b/src/ov-struct.h	Tue Jan 12 13:20:17 2010 +0100
@@ -120,6 +120,8 @@
 
   bool is_map (void) const { return true; }
 
+  builtin_type_t builtin_type (void) const { return btyp_struct; }
+
   Octave_map map_value (void) const { return map; }
 
   string_vector map_keys (void) const { return map.keys (); }