diff src/pt-exp-base.cc @ 1155:22741d6ed818

[project @ 1995-02-27 04:26:21 by jwe]
author jwe
date Mon, 27 Feb 1995 04:28:56 +0000
parents 51fd9e40a7f7
children 0326a802cd5c
line wrap: on
line diff
--- a/src/pt-exp-base.cc	Mon Feb 27 04:18:19 1995 +0000
+++ b/src/pt-exp-base.cc	Mon Feb 27 04:28:56 1995 +0000
@@ -2106,7 +2106,7 @@
       int last_was_scalar_type = 0;
       for (Pix p = lhs->first (); p != 0; lhs->next (p))
 	{
-	  tree_index_expression *lhs_expr = (*lhs) (p);
+	  tree_index_expression *lhs_expr = lhs->operator () (p);
 
 	  if (i < nargout)
 	    {