summaryrefslogtreecommitdiff
path: root/src/theory/combination_care_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/combination_care_graph.h')
-rw-r--r--src/theory/combination_care_graph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/combination_care_graph.h b/src/theory/combination_care_graph.h
index a59fa154e..9d40ed05f 100644
--- a/src/theory/combination_care_graph.h
+++ b/src/theory/combination_care_graph.h
@@ -21,7 +21,7 @@
#include "theory/combination_engine.h"
-namespace CVC5 {
+namespace cvc5 {
class TheoryEngine;
@@ -47,6 +47,6 @@ class CombinationCareGraph : public CombinationEngine
};
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__COMBINATION_DISTRIBUTED__H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback