diff options
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ struct logical_and_expr: public binary_expression }; -struct array_in: public binary_expression +struct array_in: public unary_expression { void visit (visitor* u); }; |