3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

fix build with gcc

Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
Nuno Lopes 2015-11-22 11:24:30 +00:00
parent 3be279dc29
commit b26735a887
3 changed files with 3 additions and 3 deletions

View file

@ -1298,7 +1298,7 @@ namespace opt {
opt_params::collect_param_descrs(r);
}
void context::updt_params(params_ref& p) {
void context::updt_params(params_ref const& p) {
m_params.append(p);
if (m_solver) {
m_solver->updt_params(m_params);