summaryrefslogtreecommitdiff
path: root/src/prop/sat_solver_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/sat_solver_factory.h')
-rw-r--r--src/prop/sat_solver_factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/prop/sat_solver_factory.h b/src/prop/sat_solver_factory.h
index 71e28ac39..cebbe6e27 100644
--- a/src/prop/sat_solver_factory.h
+++ b/src/prop/sat_solver_factory.h
@@ -16,8 +16,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__PROP__SAT_SOLVER_FACTORY_H
-#define CVC4__PROP__SAT_SOLVER_FACTORY_H
+#ifndef CVC5__PROP__SAT_SOLVER_FACTORY_H
+#define CVC5__PROP__SAT_SOLVER_FACTORY_H
#include <string>
#include <vector>
@@ -52,4 +52,4 @@ class SatSolverFactory
} // namespace prop
} // namespace cvc5
-#endif // CVC4__PROP__SAT_SOLVER_FACTORY_H
+#endif // CVC5__PROP__SAT_SOLVER_FACTORY_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback