summaryrefslogtreecommitdiff
path: root/src/theory/booleans/circuit_propagator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/booleans/circuit_propagator.h')
-rw-r--r--src/theory/booleans/circuit_propagator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/booleans/circuit_propagator.h b/src/theory/booleans/circuit_propagator.h
index d01ec081e..feef06a90 100644
--- a/src/theory/booleans/circuit_propagator.h
+++ b/src/theory/booleans/circuit_propagator.h
@@ -99,7 +99,7 @@ class CircuitPropagator
* @return a trust node encapsulating the proof for a conflict as a lemma that
* proves false, or the null trust node otherwise
*/
- TrustNode propagate() CVC5_WARN_UNUSED_RESULT;
+ CVC5_WARN_UNUSED_RESULT TrustNode propagate();
/**
* Get the back edges of this circuit.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback