summaryrefslogtreecommitdiff
path: root/src/theory/model_manager_distributed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/model_manager_distributed.h')
-rw-r--r--src/theory/model_manager_distributed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/model_manager_distributed.h b/src/theory/model_manager_distributed.h
index dd7cf2b78..04c146278 100644
--- a/src/theory/model_manager_distributed.h
+++ b/src/theory/model_manager_distributed.h
@@ -20,7 +20,7 @@
#include "theory/ee_manager.h"
#include "theory/model_manager.h"
-namespace CVC5 {
+namespace cvc5 {
class TheoryEngine;
@@ -56,6 +56,6 @@ class ModelManagerDistributed : public ModelManager
};
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__MODEL_MANAGER_DISTRIBUTED__H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback