summaryrefslogtreecommitdiff
path: root/src/theory/valuation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/valuation.h')
-rw-r--r--src/theory/valuation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/valuation.h b/src/theory/valuation.h
index 192b5dfc8..2b95829e0 100644
--- a/src/theory/valuation.h
+++ b/src/theory/valuation.h
@@ -151,7 +151,7 @@ public:
* differ from the input due to theory-rewriting and preprocessing,
* as well as CNF conversion
*/
- Node ensureLiteral(TNode n) CVC5_WARN_UNUSED_RESULT;
+ CVC5_WARN_UNUSED_RESULT Node ensureLiteral(TNode n);
/**
* This returns the theory-preprocessed form of term n. The theory
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback