mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
Fix -Wreorder warning.
This commit is contained in:
parent
ce7f9c3f3d
commit
077f518241
|
@ -49,8 +49,8 @@ namespace smt {
|
|||
m_iteration_idx(0),
|
||||
m_has_rec_fun(false),
|
||||
m_curr_model(nullptr),
|
||||
m_pinned_exprs(m),
|
||||
m_fresh_exprs(m) {
|
||||
m_fresh_exprs(m),
|
||||
m_pinned_exprs(m) {
|
||||
}
|
||||
|
||||
model_checker::~model_checker() {
|
||||
|
|
Loading…
Reference in a new issue