mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d465938496
commit
f67077b7ff
6 changed files with 6 additions and 6 deletions
|
@ -393,7 +393,7 @@ void seq_rewriter::updt_params(params_ref const & p) {
|
|||
m_coalesce_chars = sp.coalesce_chars();
|
||||
}
|
||||
|
||||
static void get_param_descrs(param_descrs & r) {
|
||||
void seq_rewriter::get_param_descrs(param_descrs & r) {
|
||||
seq_rewriter_params::collect_param_descrs(r);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue