summaryrefslogtreecommitdiff
path: root/src/theory/bags/solver_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/solver_state.h')
-rw-r--r--src/theory/bags/solver_state.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/bags/solver_state.h b/src/theory/bags/solver_state.h
index e7c09db8f..9309a704f 100644
--- a/src/theory/bags/solver_state.h
+++ b/src/theory/bags/solver_state.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef CVC4__THEORY__BAGS__THEORY_SOLVER_STATE_H
-#define CVC4__THEORY__BAGS__THEORY_SOLVER_STATE_H
+#ifndef CVC5__THEORY__BAGS__THEORY_SOLVER_STATE_H
+#define CVC5__THEORY__BAGS__THEORY_SOLVER_STATE_H
#include <map>
@@ -92,4 +92,4 @@ class SolverState : public TheoryState
} // namespace theory
} // namespace cvc5
-#endif /* CVC4__THEORY__BAGS__THEORY_SOLVER_STATE_H */
+#endif /* CVC5__THEORY__BAGS__THEORY_SOLVER_STATE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback