Visit the left child not of a binary expression.

This commit is contained in:
Roberto Raggi
2008-12-04 15:52:17 +01:00
parent c149046b15
commit 5489c83d71

View File

@@ -235,9 +235,9 @@ bool ResolveExpression::visit(ExpressionListAST *)
return false; return false;
} }
bool ResolveExpression::visit(BinaryExpressionAST *) bool ResolveExpression::visit(BinaryExpressionAST *ast)
{ {
// nothing to do. accept(ast->left_expression);
return false; return false;
} }