summaryrefslogtreecommitdiff
path: root/src/prop/sat_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/sat_solver.h')
-rw-r--r--src/prop/sat_solver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prop/sat_solver.h b/src/prop/sat_solver.h
index 1f59a7bd6..ae87d1396 100644
--- a/src/prop/sat_solver.h
+++ b/src/prop/sat_solver.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__PROP__SAT_SOLVER_H
-#define CVC4__PROP__SAT_SOLVER_H
+#ifndef CVC5__PROP__SAT_SOLVER_H
+#define CVC5__PROP__SAT_SOLVER_H
#include <string>
@@ -211,4 +211,4 @@ inline std::ostream& operator <<(std::ostream& out, prop::SatValue val) {
} // namespace prop
} // namespace cvc5
-#endif /* CVC4__PROP__SAT_MODULE_H */
+#endif /* CVC5__PROP__SAT_MODULE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback