summaryrefslogtreecommitdiffstats
path: root/elaborate.h
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.h')
-rw-r--r--elaborate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elaborate.h b/elaborate.h
index 36439c4f..cd60b8bb 100644
--- a/elaborate.h
+++ b/elaborate.h
@@ -235,7 +235,7 @@ match_node
typedef std::map<match_key, match_node*> sub_map_t;
typedef std::map<match_key, match_node*>::iterator sub_map_iterator_t;
sub_map_t sub;
- derived_probe_builder* end;
+ std::vector<derived_probe_builder*> ends;
bool unprivileged_ok;
public: