Skip to content

Commit

Permalink
Fix -Wreorder warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored and NikolajBjorner committed Aug 5, 2019
1 parent ce7f9c3 commit 077f518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smt/smt_model_checker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 077f518

Please sign in to comment.