More TODOs.
This commit is contained in:
parent
c079e43784
commit
cc1491d1a7
|
@ -33,6 +33,7 @@ enum {
|
|||
{
|
||||
self = [super init];
|
||||
if (self) {
|
||||
// TODO NSPointerFunctionsOpaquePersonality?
|
||||
self->items = [NSMapTable mapTableWithKeyOptions:NSPointerFunctionsOpaqueMemory
|
||||
valueOptions:NSPointerFunctionsOpaqueMemory];
|
||||
self->hasQuit = NO;
|
||||
|
|
Loading…
Reference in New Issue