Skip to content

Commit

Permalink
initialization order
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Dec 31, 2022
1 parent 2c3ecce commit 0d05e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tactic/dependent_expr_state_tactic.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class dependent_expr_state_tactic : public tactic, public dependent_expr_state {
dependent_expr_state(m),
m(m),
m_params(p),
m_factory(f),
m_dep(m, nullptr, nullptr, nullptr)
m_dep(m, nullptr, nullptr, nullptr),
m_factory(f)
{}

/**
Expand Down

0 comments on commit 0d05e06

Please sign in to comment.