summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/staptree.h b/staptree.h
index acb56719..136472fd 100644
--- a/staptree.h
+++ b/staptree.h
@@ -222,7 +222,7 @@ struct symbol:
};
-struct target_symbol : public expression
+struct target_symbol: public symbol
{
enum component_type
{
@@ -749,6 +749,7 @@ struct varuse_collecting_visitor: public functioncall_traversing_visitor
void visit_print_format (print_format *e);
void visit_assignment (assignment *e);
void visit_arrayindex (arrayindex *e);
+ void visit_target_symbol (target_symbol *e);
void visit_symbol (symbol *e);
void visit_pre_crement (pre_crement *e);
void visit_post_crement (post_crement *e);