diff src/ov.cc @ 4343:db5e0814277a

[project @ 2003-02-20 16:44:16 by jwe]
author jwe
date Thu, 20 Feb 2003 16:46:37 +0000
parents 813effe14ee1
children d39de791ef9c
line wrap: on
line diff
--- a/src/ov.cc	Thu Feb 20 08:35:55 2003 +0000
+++ b/src/ov.cc	Thu Feb 20 16:46:37 2003 +0000
@@ -801,6 +801,12 @@
   return rep->function_value (silent);
 }
 
+octave_fcn_handle
+octave_value::fcn_handle_value (bool silent)
+{
+  return rep->fcn_handle_value (silent);
+}
+
 octave_value_list
 octave_value::list_value (void) const
 {