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 3c058c924..3a5b6f135 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -466,7 +466,7 @@ public:
* Returns the unique id of this node
* @return the ud
*/
- unsigned getId() const {
+ unsigned long getId() const {
assertTNodeNotExpired();
return d_nv->getId();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback