3
0
Fork 0
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:
Nikolaj Bjorner 2020-07-08 14:46:40 -07:00
parent 80cc45c5c1
commit 65e6b73873
3 changed files with 4 additions and 4 deletions

View file

@ -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) {
}