More TODO resolution.

This commit is contained in:
Pietro Gagliardi 2015-08-22 00:30:36 -04:00
parent 265879b272
commit 49364e22fb
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
NSMapTable *newMap(void)
{
// TODO NSPointerFunctionsOpaquePersonality?
return [NSMapTable mapTableWithKeyOptions:NSPointerFunctionsOpaqueMemory
return [NSMapTable mapTableWithKeyOptions:(NSPointerFunctionsOpaqueMemory | NSPointerFunctionsOpaquePersonality)
valueOptions:NSPointerFunctionsOpaqueMemory];
}