diff src/pt-misc.h @ 5848:415ae81d331b

[project @ 2006-06-08 20:37:29 by jwe]
author jwe
date Thu, 08 Jun 2006 20:37:29 +0000
parents 4c8a2e4e0717
children 2a6cb4ed8f1e
line wrap: on
line diff
--- a/src/pt-misc.h	Thu Jun 08 14:28:07 2006 +0000
+++ b/src/pt-misc.h	Thu Jun 08 20:37:29 2006 +0000
@@ -24,6 +24,8 @@
 #if !defined (octave_tree_misc_h)
 #define octave_tree_misc_h 1
 
+class Cell;
+
 class octave_value;
 class octave_value_list;
 
@@ -71,7 +73,7 @@
 
   bool is_defined (void);
 
-  octave_value_list convert_to_const_vector (tree_va_return_list *vr_list);
+  octave_value_list convert_to_const_vector (const Cell& varargout);
 
   void accept (tree_walker& tw);