3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-18 17:22:15 +00:00

remove extra qualifier

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-08-25 13:12:49 -07:00
parent 15734398d8
commit 20728535e8
3 changed files with 3 additions and 3 deletions

View file

@ -398,7 +398,7 @@ namespace opt {
}
};
maxsmt_solver_base* opt::mk_bcd2(
maxsmt_solver_base* mk_bcd2(
context& c, weights_t& ws, expr_ref_vector const& soft) {
return alloc(bcd2, c, ws, soft);
}