mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 14:25:46 +00:00
fix build with gcc
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
parent
3be279dc29
commit
b26735a887
3 changed files with 3 additions and 3 deletions
|
@ -125,7 +125,7 @@ public:
|
|||
virtual bool is_pareto() = 0;
|
||||
virtual void set_logic(symbol const& s) = 0;
|
||||
virtual bool print_model() const = 0;
|
||||
virtual void updt_params(params_ref& p) = 0;
|
||||
virtual void updt_params(params_ref const& p) = 0;
|
||||
};
|
||||
|
||||
class cmd_context : public progress_callback, public tactic_manager, public ast_printer_context {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue