More TODO resolution.
This commit is contained in:
parent
265879b272
commit
49364e22fb
|
@ -6,8 +6,7 @@
|
|||
|
||||
NSMapTable *newMap(void)
|
||||
{
|
||||
// TODO NSPointerFunctionsOpaquePersonality?
|
||||
return [NSMapTable mapTableWithKeyOptions:NSPointerFunctionsOpaqueMemory
|
||||
return [NSMapTable mapTableWithKeyOptions:(NSPointerFunctionsOpaqueMemory | NSPointerFunctionsOpaquePersonality)
|
||||
valueOptions:NSPointerFunctionsOpaqueMemory];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue