fix(library/tactic/smt/ematch): fix compiler warning

This commit is contained in:
Gabriel Ebner 2017-04-27 09:20:43 +02:00 committed by Leonardo de Moura
parent 271d8ca47a
commit 3352c31029

View file

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