aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser.h b/parser.h
index 751182c3..b956be4d 100644
--- a/parser.h
+++ b/parser.h
@@ -158,8 +158,8 @@ struct if_block_t : public block_t
struct event_block_t : public block_t
{
- const event_t * const event;
- event_block_t(const event_t *evt);
+ event_t const &event;
+ event_block_t(const event_t &evt);
};
struct function_block_t : public block_t