diff src/ov-base.h @ 5279:bd32f770c09a

[project @ 2005-04-12 21:55:31 by jwe]
author jwe
date Tue, 12 Apr 2005 21:55:31 +0000
parents 23b37da9fd5b
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/ov-base.h	Tue Apr 12 21:04:39 2005 +0000
+++ b/src/ov-base.h	Tue Apr 12 21:55:31 2005 +0000
@@ -124,6 +124,8 @@
 
   bool is_string (void) const { return false; }
 
+  bool is_sq_string (void) const { return false; }
+
   bool is_range (void) const { return false; }
 
   bool is_map (void) const { return false; }
@@ -286,7 +288,7 @@
 
   octave_value_list list_value (void) const;
 
-  octave_value convert_to_str_internal (bool pad, bool force) const;
+  octave_value convert_to_str_internal (bool pad, bool force, char type) const;
 
   void convert_to_row_or_column_vector (void);