diff src/pt-mat.h @ 2086:bfb775fb6fe8

[project @ 1996-04-25 05:55:19 by jwe]
author jwe
date Thu, 25 Apr 1996 05:55:19 +0000
parents 003570e69c7b
children 97a566037a75
line wrap: on
line diff
--- a/src/pt-mat.h
+++ b/src/pt-mat.h
@@ -29,7 +29,7 @@
 
 class ostream;
 
-class tree_constant;
+class octave_value;
 class tree_return_list;
 
 #include <SLList.h>
@@ -75,7 +75,7 @@
 
   bool is_matrix_constant (void) const;
 
-  tree_constant eval (bool print);
+  octave_value eval (bool print);
 
   void print_code (ostream& os);
 };