summaryrefslogtreecommitdiff
path: root/src/smt/update_ostream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/update_ostream.h')
-rw-r--r--src/smt/update_ostream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/smt/update_ostream.h b/src/smt/update_ostream.h
index 691da984f..c8f5d639b 100644
--- a/src/smt/update_ostream.h
+++ b/src/smt/update_ostream.h
@@ -30,7 +30,7 @@
#include "options/set_language.h"
#include "smt/dump.h"
-namespace CVC5 {
+namespace cvc5 {
class ChannelSettings {
public:
@@ -116,6 +116,6 @@ class TraceOstreamUpdate : public OstreamUpdate {
void set(std::ostream* setTo) override { Trace.setStream(setTo); }
}; /* class TraceOstreamUpdate */
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__UPDATE_OSTREAM_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback