summaryrefslogtreecommitdiff
path: root/src/options/printer_modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/printer_modes.h')
-rw-r--r--src/options/printer_modes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/printer_modes.h b/src/options/printer_modes.h
index d4cdbd9a4..7f9bcc58b 100644
--- a/src/options/printer_modes.h
+++ b/src/options/printer_modes.h
@@ -22,7 +22,7 @@
#include <iostream>
-namespace CVC4 {
+namespace CVC5 {
namespace options {
/** Enumeration of inst_format modes (how to print models from get-model
@@ -39,6 +39,6 @@ enum class InstFormatMode
std::ostream& operator<<(std::ostream& out, options::InstFormatMode mode);
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__PRINTER__MODEL_FORMAT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback