include fixes and suggestions from code review

This commit is contained in:
Jan Kanis
2012-12-22 18:38:28 +01:00
parent 30392bf66a
commit 8a446f43ff
8 changed files with 31 additions and 25 deletions

View File

@@ -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