summaryrefslogtreecommitdiff
path: root/src/theory/arrays/theory_arrays.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays/theory_arrays.cpp')
-rw-r--r--src/theory/arrays/theory_arrays.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/theory/arrays/theory_arrays.cpp b/src/theory/arrays/theory_arrays.cpp
index f40fea0ba..b8c1ace4b 100644
--- a/src/theory/arrays/theory_arrays.cpp
+++ b/src/theory/arrays/theory_arrays.cpp
@@ -111,7 +111,6 @@ TheoryArrays::TheoryArrays(context::Context* c, context::UserContext* u, OutputC
}
}
-
TheoryArrays::~TheoryArrays() {
StatisticsRegistry::unregisterStat(&d_numRow);
@@ -124,6 +123,10 @@ TheoryArrays::~TheoryArrays() {
}
+void TheoryArrays::setMasterEqualityEngine(eq::EqualityEngine* eq) {
+ d_equalityEngine.setMasterEqualityEngine(eq);
+}
+
/////////////////////////////////////////////////////////////////////////////
// PREPROCESSING
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback