mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fix 64bit error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29728 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d76c19d487
commit
55b04890c2
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ _GCDescribeObjects(NSMapTable *table, const GCInfo *objectStruct)
|
|||
}
|
||||
|
||||
static const NSMapTableKeyCallBacks GCInfoMapKeyCallBacks = {
|
||||
(unsigned(*)(NSMapTable *, const void *))_GCHashObject,
|
||||
(NSUInteger(*)(NSMapTable *, const void *))_GCHashObject,
|
||||
(BOOL(*)(NSMapTable *, const void *, const void *))_GCCompareObjects,
|
||||
(void (*)(NSMapTable *, const void *))_GCRetainObjects,
|
||||
(void (*)(NSMapTable *, void *))_GCReleaseObjects,
|
||||
|
|
Loading…
Reference in a new issue