summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/instantiate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/instantiate.h')
-rw-r--r--src/theory/quantifiers/instantiate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/quantifiers/instantiate.h b/src/theory/quantifiers/instantiate.h
index 94e16b526..3fb194589 100644
--- a/src/theory/quantifiers/instantiate.h
+++ b/src/theory/quantifiers/instantiate.h
@@ -27,7 +27,7 @@
#include "theory/quantifiers/quant_util.h"
#include "util/statistics_registry.h"
-namespace CVC4 {
+namespace CVC5 {
class LazyCDProof;
@@ -359,8 +359,8 @@ class Instantiate : public QuantifiersUtil
std::unique_ptr<CDProof> d_pfInst;
};
-} /* CVC4::theory::quantifiers namespace */
-} /* CVC4::theory namespace */
-} /* CVC4 namespace */
+} // namespace quantifiers
+} // namespace theory
+} // namespace CVC5
#endif /* CVC4__THEORY__QUANTIFIERS__INSTANTIATE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback