diff src/ov-cell.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 64a06079cae4
children cd96d29c5efa
line wrap: on
line diff
--- a/src/ov-cell.h	Tue Jan 12 09:03:42 2010 +0100
+++ b/src/ov-cell.h	Tue Jan 12 13:20:17 2010 +0100
@@ -119,6 +119,8 @@
 
   bool is_cell (void) const { return true; }
 
+  builtin_type_t builtin_type (void) const { return btyp_cell; }
+
   bool is_cellstr (void) const;
 
   bool is_true (void) const;