diff src/ov-mex-fcn.h @ 7761:5adeea5de26c

symbol table reporting functions
author John W. Eaton <jwe@octave.org>
date Tue, 06 May 2008 05:51:17 -0400
parents 443a8f5a50fd
children eb63fbe60fab
line wrap: on
line diff
--- a/src/ov-mex-fcn.h
+++ b/src/ov-mex-fcn.h
@@ -63,6 +63,8 @@
 
   octave_function *function_value (bool = false) { return this; }
 
+  const octave_function *function_value (bool = false) const { return this; }
+
   void mark_fcn_file_up_to_date (const octave_time& t) { t_checked = t; }
 
   std::string fcn_file_name (void) const;