diff src/ov-base.h @ 9689:34d6f005db4b

eliminate is_string argument from octave_value character array constructors
author John W. Eaton <jwe@octave.org>
date Mon, 05 Oct 2009 00:11:07 -0400
parents e793865ede63
children 26abff55f6fe
line wrap: on
line diff
--- a/src/ov-base.h	Sun Oct 04 01:04:29 2009 -0400
+++ b/src/ov-base.h	Mon Oct 05 00:11:07 2009 -0400
@@ -537,7 +537,7 @@
   virtual octave_value_list list_value (void) const;
 
   virtual octave_value convert_to_str (bool pad = false, bool force = false,
-				       char type = '"') const;
+				       char type = '\'') const;
   virtual octave_value
   convert_to_str_internal (bool pad, bool force, char type) const;