summaryrefslogtreecommitdiff
path: root/src/util/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/statistics.h')
-rw-r--r--src/util/statistics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/statistics.h b/src/util/statistics.h
index 0c52cfe8e..8989cb60d 100644
--- a/src/util/statistics.h
+++ b/src/util/statistics.h
@@ -29,7 +29,7 @@
#include "cvc4_export.h"
#include "util/sexpr.h"
-namespace CVC5 {
+namespace cvc5 {
class Stat;
@@ -127,6 +127,6 @@ public:
}; /* class Statistics */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__STATISTICS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback