mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 13:21:22 +00:00
Fix -Wreorder warning.
This commit is contained in:
parent
ce7f9c3f3d
commit
077f518241
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ namespace smt {
|
||||||
m_iteration_idx(0),
|
m_iteration_idx(0),
|
||||||
m_has_rec_fun(false),
|
m_has_rec_fun(false),
|
||||||
m_curr_model(nullptr),
|
m_curr_model(nullptr),
|
||||||
m_pinned_exprs(m),
|
m_fresh_exprs(m),
|
||||||
m_fresh_exprs(m) {
|
m_pinned_exprs(m) {
|
||||||
}
|
}
|
||||||
|
|
||||||
model_checker::~model_checker() {
|
model_checker::~model_checker() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue