summaryrefslogtreecommitdiff
path: root/src/context/cdinsert_hashmap_forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdinsert_hashmap_forward.h')
-rw-r--r--src/context/cdinsert_hashmap_forward.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context/cdinsert_hashmap_forward.h b/src/context/cdinsert_hashmap_forward.h
index 9729ea2f4..d636be1c1 100644
--- a/src/context/cdinsert_hashmap_forward.h
+++ b/src/context/cdinsert_hashmap_forward.h
@@ -28,11 +28,11 @@
#include <functional>
-namespace CVC5 {
+namespace cvc5 {
namespace context {
template <class Key, class Data, class HashFcn = std::hash<Key> >
class CDInsertHashMap;
} // namespace context
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__CONTEXT__CDINSERT_HASHMAP_FORWARD_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback