diff src/ov-cell.h @ 4791:62f2fb593455

[project @ 2004-02-20 18:02:59 by jwe]
author jwe
date Fri, 20 Feb 2004 18:02:59 +0000
parents e95c86d48732
children 48d0defe9445
line wrap: on
line diff
--- a/src/ov-cell.h	Thu Feb 19 20:15:18 2004 +0000
+++ b/src/ov-cell.h	Fri Feb 20 18:02:59 2004 +0000
@@ -87,6 +87,8 @@
 			 const std::list<octave_value_list>& idx,
 			 const octave_value& rhs);
 
+  size_t byte_size (void) const;
+
   bool is_matrix_type (void) const { return false; }
 
   bool is_numeric_type (void) const { return false; }