summaryrefslogtreecommitdiff
path: root/src/prop/theory_proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/theory_proxy.cpp')
-rw-r--r--src/prop/theory_proxy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prop/theory_proxy.cpp b/src/prop/theory_proxy.cpp
index dffd36fd5..bf386fc0e 100644
--- a/src/prop/theory_proxy.cpp
+++ b/src/prop/theory_proxy.cpp
@@ -162,11 +162,11 @@ TNode TheoryProxy::getNode(SatLiteral lit) {
}
void TheoryProxy::notifyRestart() {
- d_propEngine->spendResource(ResourceManager::Resource::RestartStep);
+ d_propEngine->spendResource(Resource::RestartStep);
d_theoryEngine->notifyRestart();
}
-void TheoryProxy::spendResource(ResourceManager::Resource r)
+void TheoryProxy::spendResource(Resource r)
{
d_theoryEngine->spendResource(r);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback