More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-05-08 18:02:02 -04:00
parent c079e43784
commit cc1491d1a7
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ enum {
{
self = [super init];
if (self) {
// TODO NSPointerFunctionsOpaquePersonality?
self->items = [NSMapTable mapTableWithKeyOptions:NSPointerFunctionsOpaqueMemory
valueOptions:NSPointerFunctionsOpaqueMemory];
self->hasQuit = NO;