mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
fix #4538 - regression when renaming family from special_relations to specrels
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
80cc45c5c1
commit
65e6b73873
3 changed files with 4 additions and 4 deletions
|
@ -91,7 +91,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
theory_special_relations::theory_special_relations(context& ctx, ast_manager& m):
|
||||
theory(ctx, m.mk_family_id("special_relations")),
|
||||
theory(ctx, m.mk_family_id("specrels")),
|
||||
m_util(m),
|
||||
m_can_propagate(false) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue