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