summaryrefslogtreecommitdiff
path: root/src/theory/inference_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/inference_id.h')
-rw-r--r--src/theory/inference_id.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/inference_id.h b/src/theory/inference_id.h
index aa34d45ae..89957ded6 100644
--- a/src/theory/inference_id.h
+++ b/src/theory/inference_id.h
@@ -19,7 +19,7 @@
#ifndef CVC4__THEORY__INFERENCE_ID_H
#define CVC4__THEORY__INFERENCE_ID_H
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
/** Types of inferences used in the procedure
@@ -752,6 +752,6 @@ const char* toString(InferenceId i);
std::ostream& operator<<(std::ostream& out, InferenceId i);
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
#endif /* CVC4__THEORY__INFERENCE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback