summaryrefslogtreecommitdiff
path: root/src/expr/expr_value.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_value.cpp')
-rw-r--r--src/expr/expr_value.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/expr_value.cpp b/src/expr/expr_value.cpp
index fa5628e26..e24bb88b1 100644
--- a/src/expr/expr_value.cpp
+++ b/src/expr/expr_value.cpp
@@ -18,6 +18,8 @@
namespace CVC4 {
+size_t ExprValue::next_id = 0;
+
uint64_t ExprValue::hash() const {
uint64_t hash = d_kind;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback