summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quantifiers_state.h')
-rw-r--r--src/theory/quantifiers/quantifiers_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/quantifiers_state.h b/src/theory/quantifiers/quantifiers_state.h
index 0f1c13659..623d52289 100644
--- a/src/theory/quantifiers/quantifiers_state.h
+++ b/src/theory/quantifiers/quantifiers_state.h
@@ -21,7 +21,7 @@
#include "theory/theory.h"
#include "theory/theory_state.h"
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
namespace quantifiers {
@@ -86,6 +86,6 @@ class QuantifiersState : public TheoryState
} // namespace quantifiers
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__QUANTIFIERS__QUANTIFIERS_STATE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback