summaryrefslogtreecommitdiff
path: root/src/printer/cvc/cvc_printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/printer/cvc/cvc_printer.h')
-rw-r--r--src/printer/cvc/cvc_printer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printer/cvc/cvc_printer.h b/src/printer/cvc/cvc_printer.h
index 3c61fb74f..b1af1af3e 100644
--- a/src/printer/cvc/cvc_printer.h
+++ b/src/printer/cvc/cvc_printer.h
@@ -123,7 +123,7 @@ class CvcPrinter : public CVC4::Printer
/** Print set-info :status command */
void toStreamCmdSetBenchmarkStatus(std::ostream& out,
- BenchmarkStatus status) const override;
+ Result::Sat status) const override;
/** Print set-logic command */
void toStreamCmdSetBenchmarkLogic(std::ostream& out,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback