summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_inference_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quantifiers_inference_manager.cpp')
-rw-r--r--src/theory/quantifiers/quantifiers_inference_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/quantifiers_inference_manager.cpp b/src/theory/quantifiers/quantifiers_inference_manager.cpp
index d0825f1f5..0f7c65924 100644
--- a/src/theory/quantifiers/quantifiers_inference_manager.cpp
+++ b/src/theory/quantifiers/quantifiers_inference_manager.cpp
@@ -30,7 +30,7 @@ QuantifiersInferenceManager::QuantifiersInferenceManager(
ProofNodeManager* pnm)
: InferenceManagerBuffered(t, state, pnm, "theory::quantifiers"),
d_instantiate(new Instantiate(state, *this, qr, tr, pnm)),
- d_skolemize(new Skolemize(state, pnm))
+ d_skolemize(new Skolemize(state, tr, pnm))
{
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback