fix(library/tactic/smt/ematch): warning
This commit is contained in:
parent
30a962d5e0
commit
c726f19d32
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue