diff src/pt-colon.h @ 7336:745a8299c2b5

[project @ 2007-12-28 20:56:55 by jwe]
author jwe
date Fri, 28 Dec 2007 20:56:58 +0000
parents a1dbe9d80eee
children 71f068b22fcc
line wrap: on
line diff
--- a/src/pt-colon.h
+++ b/src/pt-colon.h
@@ -33,6 +33,7 @@
 class octave_lvalue;
 
 #include "pt-exp.h"
+#include "symtab.h"
 
 // Colon expressions.
 
@@ -91,7 +92,7 @@
   int line (void) const;
   int column (void) const;
 
-  tree_expression *dup (symbol_table *sym_tab);
+  tree_expression *dup (symbol_table::scope_id scope);
 
   void accept (tree_walker& tw);