diff src/ov-range.cc @ 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-range.cc	Tue Apr 12 21:04:39 2005 +0000
+++ b/src/ov-range.cc	Tue Apr 12 21:55:31 2005 +0000
@@ -208,10 +208,10 @@
 }
 
 octave_value
-octave_range::convert_to_str_internal (bool pad, bool force) const
+octave_range::convert_to_str_internal (bool pad, bool force, char type) const
 {
   octave_value tmp (range.matrix_value ());
-  return tmp.convert_to_str (pad, force);
+  return tmp.convert_to_str (pad, force, type);
 }
 
 void