diff src/pt-exp.h @ 7767:71f068b22fcc

scope and context fixes for function handles
author John W. Eaton <jwe@octave.org>
date Wed, 07 May 2008 13:45:30 -0400
parents 745a8299c2b5
children 5861b95e9879
line wrap: on
line diff
--- a/src/pt-exp.h
+++ b/src/pt-exp.h
@@ -47,7 +47,8 @@
 
   virtual bool has_magic_end (void) const = 0;
 
-  virtual tree_expression *dup (symbol_table::scope_id) = 0;
+  virtual tree_expression *dup (symbol_table::scope_id,
+				symbol_table::context_id context) = 0;
 
   virtual bool is_constant (void) const { return false; }