3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-16 02:46:16 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-04-30 14:47:15 -07:00
parent e9119a6eb5
commit 893265ce94
3 changed files with 12 additions and 10 deletions

View file

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