summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index 3b0cb8abb..39eb3bcd7 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -119,7 +119,7 @@ public:
Node& operator=(const Node&);
- uint64_t hash() const;
+ size_t hash() const { return d_ev->getId(); }
uint64_t getId() const { return d_ev->getId(); }
Node eqExpr(const Node& right) const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback