diff src/ov-cell.h @ 4358:83d4452bc522

[project @ 2003-02-23 02:16:53 by jwe]
author jwe
date Sun, 23 Feb 2003 02:16:54 +0000
parents be631c1720ea
children 790d6e486e22
line wrap: on
line diff
--- a/src/ov-cell.h	Sat Feb 22 18:48:18 2003 +0000
+++ b/src/ov-cell.h	Sun Feb 23 02:16:54 2003 +0000
@@ -96,7 +96,10 @@
 
   octave_value_list list_value (void) const;
 
-  string_vector all_strings (void) const;
+  octave_value convert_to_str (bool pad = false) const
+    { return all_strings (pad); }
+
+  string_vector all_strings (bool pad = false) const;
 
   void print (std::ostream& os, bool pr_as_read_syntax = false) const;