summaryrefslogtreecommitdiff
path: root/src/util/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/random.h')
-rw-r--r--src/util/random.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/random.h b/src/util/random.h
index 31d93a643..67d4e052d 100644
--- a/src/util/random.h
+++ b/src/util/random.h
@@ -21,7 +21,7 @@
#ifndef CVC4__UTIL__RANDOM_H
#define CVC4__UTIL__RANDOM_H
-namespace CVC4 {
+namespace CVC5 {
class Random
{
@@ -69,5 +69,5 @@ class Random
uint64_t d_state;
};
-} // namespace CVC4
+} // namespace CVC5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback