diff src/ov-scalar.h @ 4457:d7d9ca19960a

[project @ 2003-07-11 03:05:38 by jwe]
author jwe
date Fri, 11 Jul 2003 03:05:39 +0000
parents f3c21a1d1c62
children e944fbe3fff2
line wrap: on
line diff
--- a/src/ov-scalar.h	Fri Jul 11 01:05:33 2003 +0000
+++ b/src/ov-scalar.h	Fri Jul 11 03:05:39 2003 +0000
@@ -94,7 +94,7 @@
   ComplexMatrix complex_matrix_value (bool = false) const
     { return  ComplexMatrix (1, 1, Complex (scalar)); }
 
-  octave_value convert_to_str_internal (bool pad = false) const;
+  octave_value convert_to_str_internal (bool pad, bool force) const;
 
   void increment (void) { ++scalar; }