Skip to content

Commit 7e2849e

Browse files
author
Daniel Kroening
committed
expr_list
1 parent 0e66528 commit 7e2849e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hw-cbmc/hw_cbmc_parse_options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class hw_cbmc_parse_optionst:public cbmc_parse_optionst
2727
}
2828

2929
protected:
30-
virtual int get_modules(expr_listt &bmc_constraints);
30+
virtual int get_modules(std::list<exprt> &bmc_constraints);
3131

3232
irep_idt get_top_module();
3333
unsigned get_bound();

0 commit comments

Comments
 (0)