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 7677754b..c2ad6c9b 100644
--- a/parser.h
+++ b/parser.h
@@ -164,9 +164,9 @@ struct event_block_t : public block_t
struct function_block_t : public block_t
{
- process_t *process;
+ const process_t *process;
wcstring name;
- function_block_t(process_t *p, const wcstring &n, bool shadows);
+ function_block_t(const process_t *p, const wcstring &n, bool shadows);
};
struct source_block_t : public block_t