3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 10:55:50 +00:00

fix duplicate class

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-03-22 00:06:34 -07:00
parent 8476a12c0f
commit 2c69aa0df1
5 changed files with 10 additions and 11 deletions

View file

@ -31,6 +31,9 @@ struct simplify_tactic::imp {
m_num_steps(0) {
}
~imp() {
}
ast_manager & m() const { return m_manager; }
void set_cancel(bool f) {