summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/theory/arith/theory_arith.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith.cpp b/src/theory/arith/theory_arith.cpp
index 74e0ad296..8bd151f31 100644
--- a/src/theory/arith/theory_arith.cpp
+++ b/src/theory/arith/theory_arith.cpp
@@ -2110,7 +2110,7 @@ Rational TheoryArith::deltaValueForTotalOrder() const{
shared_end = shared_terms_end(); shared_iter != shared_end; ++shared_iter){
Node sharedCurr = *shared_iter;
if(sharedCurr.getKind() == CONST_RATIONAL){
- relevantDeltaValues.insert(sharedCurr.getConst<Rational>());:
+ relevantDeltaValues.insert(sharedCurr.getConst<Rational>());
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback