mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 02:46:16 +00:00
fix #4166
This commit is contained in:
parent
e9119a6eb5
commit
893265ce94
3 changed files with 12 additions and 10 deletions
|
@ -877,7 +877,7 @@ namespace smt {
|
|||
|
||||
void setup::setup_datatypes() {
|
||||
TRACE("datatype", tout << "registering theory datatype...\n";);
|
||||
m_context.register_plugin(alloc(theory_datatype, m_manager, m_params));
|
||||
m_context.register_plugin(alloc(theory_datatype, m_manager));
|
||||
}
|
||||
|
||||
void setup::setup_recfuns() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue