summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/fun_def_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/fun_def_engine.cpp')
-rw-r--r--src/theory/quantifiers/fun_def_engine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/quantifiers/fun_def_engine.cpp b/src/theory/quantifiers/fun_def_engine.cpp
index 354d90b8b..650a68aa0 100644
--- a/src/theory/quantifiers/fun_def_engine.cpp
+++ b/src/theory/quantifiers/fun_def_engine.cpp
@@ -39,7 +39,8 @@ void FunDefEngine::reset_round( Theory::Effort e ){
}
/* Call during quantifier engine's check */
-void FunDefEngine::check( Theory::Effort e, unsigned quant_e ) {
+void FunDefEngine::check(Theory::Effort e, QEffort quant_e)
+{
//TODO
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback