diff src/ov.h @ 6116:b64fb24bf4a0

[project @ 2006-10-27 18:04:49 by jwe]
author jwe
date Fri, 27 Oct 2006 18:04:50 +0000
parents c68896f193e3
children e0065af38cf4
line wrap: on
line diff
--- a/src/ov.h
+++ b/src/ov.h
@@ -386,6 +386,9 @@
   bool is_cell (void) const
     { return rep->is_cell (); }
 
+  bool is_cellstr (void) const
+    { return rep->is_cellstr (); }
+
   bool is_real_scalar (void) const
     { return rep->is_real_scalar (); }