@@ -47,11 +47,11 @@ release(void *object) { [(id)object release]; } -static uint32_t +static unsigned long hash(void *object) { return [(id)object hash]; } @@ -444,10 +444,10 @@ exceptionWithObject: self]; } } #endif -- (uint32_t)hash +- (unsigned long)hash { return _mapTable.hash; } @end