summaryrefslogtreecommitdiff
path: root/src/theory/bags/infer_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bags/infer_info.h')
-rw-r--r--src/theory/bags/infer_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bags/infer_info.h b/src/theory/bags/infer_info.h
index c76f74c0c..18765bbe7 100644
--- a/src/theory/bags/infer_info.h
+++ b/src/theory/bags/infer_info.h
@@ -24,7 +24,7 @@
#include "theory/inference_id.h"
#include "theory/theory_inference.h"
-namespace CVC4 {
+namespace CVC5 {
namespace theory {
class TheoryInferenceManager;
@@ -85,6 +85,6 @@ std::ostream& operator<<(std::ostream& out, const InferInfo& ii);
} // namespace bags
} // namespace theory
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__THEORY__BAGS__INFER_INFO_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback