summaryrefslogtreecommitdiff
path: root/src/util/stats_timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/stats_timer.cpp')
-rw-r--r--src/util/stats_timer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/stats_timer.cpp b/src/util/stats_timer.cpp
index 63d9914d6..6280b79e1 100644
--- a/src/util/stats_timer.cpp
+++ b/src/util/stats_timer.cpp
@@ -21,7 +21,7 @@
#include "base/check.h"
#include "util/ostream_util.h"
-namespace CVC4 {
+namespace CVC5 {
template <>
void safe_print(int fd, const timer_stat_detail::duration& t)
@@ -101,4 +101,4 @@ CodeTimer::~CodeTimer()
}
}
-} // namespace CVC4
+} // namespace CVC5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback