summaryrefslogtreecommitdiff
path: root/src/theory/engine_output_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/engine_output_channel.h')
-rw-r--r--src/theory/engine_output_channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/engine_output_channel.h b/src/theory/engine_output_channel.h
index 115566bdc..8b497547b 100644
--- a/src/theory/engine_output_channel.h
+++ b/src/theory/engine_output_channel.h
@@ -22,7 +22,7 @@
#include "theory/theory_id.h"
#include "util/statistics_registry.h"
-namespace CVC5 {
+namespace cvc5 {
class TheoryEngine;
@@ -108,6 +108,6 @@ class EngineOutputChannel : public theory::OutputChannel
};
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__ENGINE_OUTPUT_CHANNEL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback