3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 08:28:44 +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

@ -195,7 +195,7 @@ namespace opt {
void display(std::ostream& out);
static void collect_param_descrs(param_descrs & r);
virtual void updt_params(params_ref& p);
virtual void updt_params(params_ref const& p);
params_ref& get_params() { return m_params; }
expr_ref get_lower(unsigned idx);