summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index bb4d4c16d..0c1a7c081 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -347,7 +347,7 @@ class TheoryEngine {
d_engine->setIncomplete(d_theory);
}
- void spendResource(uint64_t ammount) throw(UnsafeInterruptException) {
+ void spendResource(unsigned ammount) throw(UnsafeInterruptException) {
d_engine->spendResource(ammount);
}
@@ -488,7 +488,7 @@ public:
/**
* "Spend" a resource during a search or preprocessing.
*/
- void spendResource(uint64_t ammount);
+ void spendResource(unsigned ammount);
/**
* Adds a theory. Only one theory per TheoryId can be present, so if
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback