summaryrefslogtreecommitdiff
path: root/src/decision/decision_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/decision/decision_engine.cpp')
-rw-r--r--src/decision/decision_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decision/decision_engine.cpp b/src/decision/decision_engine.cpp
index 1d4f2fd42..1afe835fb 100644
--- a/src/decision/decision_engine.cpp
+++ b/src/decision/decision_engine.cpp
@@ -70,7 +70,7 @@ void DecisionEngine::addAssertions(const vector<Node> &assertions)
void DecisionEngine::addAssertions
(const vector<Node> &assertions,
- int assertionsEnd,
+ unsigned assertionsEnd,
IteSkolemMap iteSkolemMap)
{
// new assertions, reset whatever result we knew
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback