diff src/ov-cell.h @ 4645:bd2067547b40

[project @ 2003-11-23 08:07:52 by jwe]
author jwe
date Sun, 23 Nov 2003 08:07:53 +0000
parents d44675070f1a
children 12b6fbd57436
line wrap: on
line diff
--- a/src/ov-cell.h	Sat Nov 22 12:58:40 2003 +0000
+++ b/src/ov-cell.h	Sun Nov 23 08:07:53 2003 +0000
@@ -88,6 +88,8 @@
 			 const std::list<octave_value_list>& idx,
 			 const octave_value& rhs);
 
+  bool is_matrix_type (void) const { return false; }
+
   bool is_numeric_type (void) const { return false; }
 
   bool is_defined (void) const { return true; }