summaryrefslogtreecommitdiff
path: root/src/theory/bv/slicer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/slicer.h')
-rw-r--r--src/theory/bv/slicer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/slicer.h b/src/theory/bv/slicer.h
index b0929d617..55cecb117 100644
--- a/src/theory/bv/slicer.h
+++ b/src/theory/bv/slicer.h
@@ -212,7 +212,7 @@ public:
TermId addTerm(Index bitwidth);
void unionTerms(const ExtractTerm& t1, const ExtractTerm& t2);
void merge(TermId t1, TermId t2);
- TermId find(TermId t1) const ;
+ TermId find(TermId t1);
void split(TermId term, Index i);
void getNormalForm(const ExtractTerm& term, NormalForm& nf);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback