summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/theory_bv.h')
-rw-r--r--src/theory/bv/theory_bv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/theory_bv.h b/src/theory/bv/theory_bv.h
index 65100f98f..c6e9282f4 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -244,7 +244,7 @@ class TheoryBV : public Theory {
*/
void explain(TNode literal, std::vector<TNode>& assumptions);
- void addSharedTerm(TNode t) override;
+ void notifySharedTerm(TNode t) override;
bool isSharedTerm(TNode t) { return d_sharedTermsSet.contains(t); }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback