summaryrefslogtreecommitdiff
path: root/src/theory/rewriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rewriter.h')
-rw-r--r--src/theory/rewriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/rewriter.h b/src/theory/rewriter.h
index c5a8cd45e..94057aa54 100644
--- a/src/theory/rewriter.h
+++ b/src/theory/rewriter.h
@@ -21,7 +21,7 @@
#include "expr/node.h"
#include "theory/theory_rewriter.h"
-namespace CVC5 {
+namespace cvc5 {
class TConvProofGenerator;
class ProofNodeManager;
@@ -232,4 +232,4 @@ class Rewriter {
};/* class Rewriter */
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback