summaryrefslogtreecommitdiff
path: root/src/theory/theory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.cpp')
-rw-r--r--src/theory/theory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/theory.cpp b/src/theory/theory.cpp
index 143bf92b8..c15652eef 100644
--- a/src/theory/theory.cpp
+++ b/src/theory/theory.cpp
@@ -39,7 +39,7 @@
using namespace std;
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
/** Default value for the uninterpreted sorts is the UF theory */
@@ -565,4 +565,4 @@ eq::EqualityEngine* Theory::getEqualityEngine()
}
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback