summaryrefslogtreecommitdiff
path: root/MLKCons.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCons.m')
-rw-r--r--MLKCons.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKCons.m b/MLKCons.m
index 07c8739..61014bb 100644
--- a/MLKCons.m
+++ b/MLKCons.m
@@ -183,7 +183,7 @@
return NO;
}
--(unsigned int) hash
+-(NSUInteger) hash
{
// FIXME: Well...
return [nullify(_car) hash]/2 + [nullify(_cdr) hash]/2;