summaryrefslogtreecommitdiff
path: root/src/theory/decision_strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/decision_strategy.h')
-rw-r--r--src/theory/decision_strategy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/decision_strategy.h b/src/theory/decision_strategy.h
index 9046dd6ce..ef5ed5139 100644
--- a/src/theory/decision_strategy.h
+++ b/src/theory/decision_strategy.h
@@ -15,8 +15,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__DECISION_STRATEGY__H
-#define CVC4__THEORY__DECISION_STRATEGY__H
+#ifndef CVC5__THEORY__DECISION_STRATEGY__H
+#define CVC5__THEORY__DECISION_STRATEGY__H
#include "context/cdo.h"
#include "expr/node.h"
@@ -142,4 +142,4 @@ class DecisionStrategySingleton : public DecisionStrategyFmf
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__DECISION_STRATEGY__H */
+#endif /* CVC5__THEORY__DECISION_STRATEGY__H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback