fix(library/tactic/smt/ematch): fix compiler warning
This commit is contained in:
parent
271d8ca47a
commit
3352c31029
1 changed files with 2 additions and 2 deletions
|
|
@ -19,10 +19,10 @@ struct ematch_config {
|
|||
unsigned m_max_generation{10};
|
||||
};
|
||||
|
||||
struct ematch_fn;
|
||||
class ematch_fn;
|
||||
|
||||
class ematch_state {
|
||||
friend struct ematch_fn;
|
||||
friend class ematch_fn;
|
||||
app_map m_app_map;
|
||||
rb_expr_set m_instances;
|
||||
unsigned m_num_instances{0};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue