diff src/ov-struct.h @ 2974:ebbc34ff7f66

[project @ 1997-05-15 19:36:16 by jwe]
author jwe
date Thu, 15 May 1997 19:42:59 +0000
parents 5e0fe4c5d52f
children a3556d2adec9
line wrap: on
line diff
--- a/src/ov-struct.h	Thu May 15 19:30:57 1997 +0000
+++ b/src/ov-struct.h	Thu May 15 19:42:59 1997 +0000
@@ -84,6 +84,8 @@
 
   bool is_defined (void) const { return true; }
 
+  bool is_constant (void) const { return false; }
+
   bool is_map (void) const { return true; }
 
   Octave_map map_value (void) const { return map; }