diff src/ov-builtin.h @ 4654:a9b22513b7a6

[project @ 2003-11-24 18:56:35 by jwe]
author jwe
date Mon, 24 Nov 2003 18:56:35 +0000
parents bd2067547b40
children 12b6fbd57436
line wrap: on
line diff
--- a/src/ov-builtin.h	Mon Nov 24 05:02:46 2003 +0000
+++ b/src/ov-builtin.h	Mon Nov 24 18:56:35 2003 +0000
@@ -63,7 +63,7 @@
 			     const std::list<octave_value_list>& idx,
 			     int nargout);
 
-  octave_function *function_value (bool) { return this; }
+  octave_function *function_value (bool = false) { return this; }
 
   bool is_builtin_function (void) const { return true; }