summaryrefslogtreecommitdiff
path: root/src/expr/expr_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_template.h')
-rw-r--r--src/expr/expr_template.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/expr/expr_template.h b/src/expr/expr_template.h
index 56396da01..7a6c0179d 100644
--- a/src/expr/expr_template.h
+++ b/src/expr/expr_template.h
@@ -65,7 +65,7 @@ namespace expr {
}/* CVC4::expr namespace */
namespace prop {
- class SatSolver;
+ class TheoryProxy;
}/* CVC4::prop namespace */
class ExprManagerMapCollection;
@@ -536,7 +536,7 @@ protected:
friend class NodeManager;
friend class TypeCheckingException;
friend class expr::pickle::Pickler;
- friend class prop::SatSolver;
+ friend class prop::TheoryProxy;
friend NodeTemplate<true> expr::exportInternal(NodeTemplate<false> n, ExprManager* from, ExprManager* to, ExprManagerMapCollection& vmap);
friend std::ostream& CVC4::operator<<(std::ostream& out, const Expr& e);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback