mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Add missing override
This commit is contained in:
parent
4db4547359
commit
275b99e408
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ public:
|
|||
if (m_fml == nullptr) return CPK_EXPR;
|
||||
return CPK_EXPR_LIST;
|
||||
}
|
||||
void set_next_arg(cmd_context& ctx, expr * arg) { m_fml = arg; }
|
||||
void set_next_arg(cmd_context& ctx, expr * arg) override { m_fml = arg; }
|
||||
void set_next_arg(cmd_context & ctx, unsigned num, expr * const * ts) override {
|
||||
m_vars.append(num, ts);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue