summaryrefslogtreecommitdiff
path: root/src/context/cdhashmap_forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdhashmap_forward.h')
-rw-r--r--src/context/cdhashmap_forward.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context/cdhashmap_forward.h b/src/context/cdhashmap_forward.h
index b34981c73..b6907322c 100644
--- a/src/context/cdhashmap_forward.h
+++ b/src/context/cdhashmap_forward.h
@@ -30,12 +30,12 @@
/// \cond internals
-namespace CVC5 {
+namespace cvc5 {
namespace context {
template <class Key, class Data, class HashFcn = std::hash<Key> >
class CDHashMap;
} // namespace context
-} // namespace CVC5
+} // namespace cvc5
/// \endcond
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback