summaryrefslogtreecommitdiff
path: root/src/proof/arith_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/arith_proof.h')
-rw-r--r--src/proof/arith_proof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/arith_proof.h b/src/proof/arith_proof.h
index 126e89ed2..08985487d 100644
--- a/src/proof/arith_proof.h
+++ b/src/proof/arith_proof.h
@@ -53,7 +53,7 @@ protected:
// std::map<Expr, std::string> d_constRationalString; // all the variable/function declarations
// TypeSet d_sorts; // all the uninterpreted sorts in this theory
- // ExprSet d_declarations; // all the variable/function declarations
+ ExprSet d_declarations; // all the variable/function declarations
bool d_realMode;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback