diff src/ov-fcn-inline.cc @ 5279:bd32f770c09a

[project @ 2005-04-12 21:55:31 by jwe]
author jwe
date Tue, 12 Apr 2005 21:55:31 +0000
parents 57077d0ddc8e
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/ov-fcn-inline.cc	Tue Apr 12 21:04:39 2005 +0000
+++ b/src/ov-fcn-inline.cc	Tue Apr 12 21:55:31 2005 +0000
@@ -560,9 +560,9 @@
 }
 
 octave_value
-octave_fcn_inline::convert_to_str_internal (bool, bool) const
+octave_fcn_inline::convert_to_str_internal (bool, bool, char type) const
 {
-  return octave_value (fcn_text ());
+  return octave_value (fcn_text (), type);
 }
 
 DEFUN (inline, args, ,