summaryrefslogtreecommitdiff
path: root/src/preprocessing
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing')
-rw-r--r--src/preprocessing/passes/sort_infer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/preprocessing/passes/sort_infer.cpp b/src/preprocessing/passes/sort_infer.cpp
index 79f387aa6..918b13140 100644
--- a/src/preprocessing/passes/sort_infer.cpp
+++ b/src/preprocessing/passes/sort_infer.cpp
@@ -34,7 +34,8 @@ SortInferencePass::SortInferencePass(PreprocessingPassContext* preprocContext)
PreprocessingPassResult SortInferencePass::applyInternal(
AssertionPipeline* assertionsToPreprocess)
{
- SortInference* si = d_preprocContext->getTheoryEngine()->getSortInference();
+ theory::SortInference* si =
+ d_preprocContext->getTheoryEngine()->getSortInference();
if (options::sortInference())
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback