summaryrefslogtreecommitdiff
path: root/src/util/stats_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/stats_base.h')
-rw-r--r--src/util/stats_base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/stats_base.h b/src/util/stats_base.h
index 24a2ca560..f7d19624a 100644
--- a/src/util/stats_base.h
+++ b/src/util/stats_base.h
@@ -34,7 +34,7 @@
#define CVC4_USE_STATISTICS false
#endif
-namespace CVC4 {
+namespace CVC5 {
/**
* The base class for all statistics.
@@ -274,6 +274,6 @@ class SizeStat : public Stat
const T& d_sized;
}; /* class SizeStat */
-} // namespace CVC4
+} // namespace CVC5
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback