diff src/ov-mapper.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-mapper.h
+++ b/src/ov-mapper.h
@@ -66,7 +66,7 @@
 
   ~octave_mapper (void) { }
 
-  octave_function *function_value (bool) { return this; }
+  octave_function *function_value (bool = false) { return this; }
 
   octave_value subsref (const std::string& type,
 			const std::list<octave_value_list>& idx)