summaryrefslogtreecommitdiff
path: root/src/expr/array_store_all.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/array_store_all.h')
-rw-r--r--src/expr/array_store_all.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/expr/array_store_all.h b/src/expr/array_store_all.h
index dac967668..974f456ef 100644
--- a/src/expr/array_store_all.h
+++ b/src/expr/array_store_all.h
@@ -24,8 +24,7 @@
#include <iosfwd>
#include <memory>
-
-namespace CVC4 {
+namespace CVC5 {
template <bool ref_count>
class NodeTemplate;
@@ -70,6 +69,6 @@ struct ArrayStoreAllHashFunction
size_t operator()(const ArrayStoreAll& asa) const;
}; /* struct ArrayStoreAllHashFunction */
-} // namespace CVC4
+} // namespace CVC5
#endif /* CVC4__ARRAY_STORE_ALL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback