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

This commit is contained in:
Leonardo de Moura 2017-01-09 19:28:36 -08:00
parent 30a962d5e0
commit c726f19d32

View file

@ -105,7 +105,7 @@ struct ematch_cnstr_cell {
/* Ematching constraint smart pointer */
class ematch_cnstr {
friend class ematch_cnstr_cell;
friend struct ematch_cnstr_cell;
ematch_cnstr_cell * m_data;
public:
ematch_cnstr():m_data(nullptr) {}