summaryrefslogtreecommitdiff
path: root/src/api/checks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/checks.h')
-rw-r--r--src/api/checks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/checks.h b/src/api/checks.h
index 4686c0694..175388bf4 100644
--- a/src/api/checks.h
+++ b/src/api/checks.h
@@ -528,7 +528,7 @@ namespace api {
this == bv.d_solver, "bound variable", bound_vars, i) \
<< "a term associated with this solver object"; \
CVC4_API_ARG_AT_INDEX_CHECK_EXPECTED( \
- bv.d_node->getKind() == CVC5::Kind::BOUND_VARIABLE, \
+ bv.d_node->getKind() == cvc5::Kind::BOUND_VARIABLE, \
"bound variable", \
bound_vars, \
i) \
@@ -560,7 +560,7 @@ namespace api {
this == bv.d_solver, "bound variable", bound_vars, i) \
<< "a term associated with this solver object"; \
CVC4_API_ARG_AT_INDEX_CHECK_EXPECTED( \
- bv.d_node->getKind() == CVC5::Kind::BOUND_VARIABLE, \
+ bv.d_node->getKind() == cvc5::Kind::BOUND_VARIABLE, \
"bound variable", \
bound_vars, \
i) \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback