diff src/ov-base.h @ 4933:cd58733c326b

[project @ 2004-08-05 16:08:28 by jwe]
author jwe
date Thu, 05 Aug 2004 16:08:28 +0000
parents c638c144d4da
children 44046bbaa52c
line wrap: on
line diff
--- a/src/ov-base.h	Thu Aug 05 13:26:15 2004 +0000
+++ b/src/ov-base.h	Thu Aug 05 16:08:28 2004 +0000
@@ -102,7 +102,7 @@
 
   octave_value permute (const Array<int>& vec, bool = false) const;
 
-  octave_value resize (const dim_vector& dv) const;
+  octave_value resize (const dim_vector&) const;
 
   bool is_defined (void) const { return false; }
 
@@ -274,6 +274,8 @@
 
   octave_fcn_handle *fcn_handle_value (bool silent = false);
 
+  octave_fcn_inline *fcn_inline_value (bool silent = false);
+
   octave_value_list list_value (void) const;
 
   octave_value convert_to_str_internal (bool pad, bool force) const;