summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_solver_lazy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_solver_lazy.h')
-rw-r--r--src/theory/bv/bv_solver_lazy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/bv/bv_solver_lazy.h b/src/theory/bv/bv_solver_lazy.h
index db1d6c8a3..9129b1c69 100644
--- a/src/theory/bv/bv_solver_lazy.h
+++ b/src/theory/bv/bv_solver_lazy.h
@@ -125,7 +125,7 @@ class BVSolverLazy : public BVSolver
Statistics d_statistics;
void check(Theory::Effort e);
- void spendResource(ResourceManager::Resource r);
+ void spendResource(Resource r);
typedef std::unordered_set<TNode, TNodeHashFunction> TNodeSet;
typedef std::unordered_set<Node, NodeHashFunction> NodeSet;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback