summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bool_to_bv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bool_to_bv.cpp')
-rw-r--r--src/preprocessing/passes/bool_to_bv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preprocessing/passes/bool_to_bv.cpp b/src/preprocessing/passes/bool_to_bv.cpp
index 7787d7631..30b64fd74 100644
--- a/src/preprocessing/passes/bool_to_bv.cpp
+++ b/src/preprocessing/passes/bool_to_bv.cpp
@@ -36,7 +36,7 @@ PreprocessingPassResult BoolToBV::applyInternal(
AssertionPipeline* assertionsToPreprocess)
{
NodeManager::currentResourceManager()->spendResource(
- options::preprocessStep());
+ ResourceManager::Resource::PreprocessStep);
unsigned size = assertionsToPreprocess->size();
for (unsigned i = 0; i < size; ++i)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback