summaryrefslogtreecommitdiff
path: root/src/smt/dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/dump.h')
-rw-r--r--src/smt/dump.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/smt/dump.h b/src/smt/dump.h
index be146470a..e4fe15aa7 100644
--- a/src/smt/dump.h
+++ b/src/smt/dump.h
@@ -21,7 +21,7 @@
#include "base/output.h"
-namespace CVC5 {
+namespace cvc5 {
class Command;
class NodeCommand;
@@ -110,8 +110,8 @@ class DumpC
/** The dump singleton */
extern DumpC DumpChannel;
-#define Dump ::CVC5::DumpChannel
+#define Dump ::cvc5::DumpChannel
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__DUMP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback