diff src/ov-cell.h @ 4370:790d6e486e22

[project @ 2003-03-18 10:34:13 by jwe]
author jwe
date Tue, 18 Mar 2003 10:34:13 +0000
parents 83d4452bc522
children f3c21a1d1c62
line wrap: on
line diff
--- a/src/ov-cell.h	Tue Mar 18 09:13:46 2003 +0000
+++ b/src/ov-cell.h	Tue Mar 18 10:34:13 2003 +0000
@@ -88,6 +88,8 @@
 			 const std::list<octave_value_list>& idx,
 			 const octave_value& rhs);
 
+  bool is_numeric_type (void) const { return false; }
+
   bool is_defined (void) const { return true; }
 
   bool is_cell (void) const { return true; }