summaryrefslogtreecommitdiff
path: root/src/theory/output_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/output_channel.h')
-rw-r--r--src/theory/output_channel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/output_channel.h b/src/theory/output_channel.h
index 60d0e1d48..2113ea66e 100644
--- a/src/theory/output_channel.h
+++ b/src/theory/output_channel.h
@@ -86,8 +86,9 @@ public:
* With safePoint(), the theory signals that it is at a safe point
* and can be interrupted.
*/
- virtual void safePoint(uint64_t ammount) throw(Interrupted, UnsafeInterruptException, AssertionException) {
- }
+ virtual void safePoint(uint64_t amount)
+ throw(Interrupted, UnsafeInterruptException, AssertionException)
+ {}
/**
* Indicate a theory conflict has arisen.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback