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